Checkboxes Selected always returns All items
Checkboxes Selected always returns All items
dtmcg
Posts: 2Questions: 0Answers: 0
Link to test case: https://jsfiddle.net/9kd2gsqa/
Description of problem: The 'Remove Selected' button in the test case will get the IDs of all selected rows. The problem is, it always returns all rows regardless of how many are selected
This discussion has been closed.
Replies
Looks like you need to include the select.js and select.css files. You are using the Gyrocode Checkboxes plugin and their docs don't indicate including the Select Extension files. Maybe its an oversite in their docs.
Here is your updated example:
https://jsfiddle.net/7kv4hndq/
Note I enabled the info element so you can see the rows being selected.
Kevin
Brilliant, that has solved my issue. Thanks Kevin!