JqueryDataTablesServerSide icon indicating copy to clipboard operation
JqueryDataTablesServerSide copied to clipboard

How to add multi-select checkboxes to table?

Open dbychkov opened this issue 5 years ago • 1 comments

How can I add multi-select checkboxes to table? The link below shows how to do it for a regular html/js datatable. You basically create a fake/empty column and say that it will host selection checkboxes. This .NET library creates all columns dynamically and I see no way to add that fake column without adding fake property to my data model.

https://datatables.net/extensions/select/examples/initialisation/checkbox.html

dbychkov avatar Dec 08 '20 16:12 dbychkov

This is not currently implemented. For these scenario you can use your own table html instead of using <jquery-datatables>

fingers10 avatar Jun 05 '21 05:06 fingers10