Skip to content
Advertisement

Select Multiple ids and Pass to controller at once

Am tried to select multiple of ids from the concept of delete multiple ids, but am get the error and ids not passed

this is code i tried

JavaScript

kindly can you show me how i can fetch those ids and passed to controller

am expect to update one column like this

JavaScript

Advertisement

Answer

In Ajax Call replace From

JavaScript

To

JavaScript

and in Controller

JavaScript
User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement