Row selection using the select tag

Row selection using the select tag

kwangseokkwangseok Posts: 10Questions: 3Answers: 0

nice to meet you. I use the select tag in the header to separate data as in the sample example below. Also, table.rows().select(); and table.rows().deselect(); are used to select all data.

However, when filter processing is performed using the select tag, table.rows().select(); When used, unfiltered data is also selected. How to select only the selected row?

http://live.datatables.net/wuhikude/1/edit

This question has an accepted answers - jump to answer

Answers

This discussion has been closed.