JqueryDataTablesServerSide
JqueryDataTablesServerSide copied to clipboard
How to add multi-select checkboxes to table?
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
This is not currently implemented. For these scenario you can use your own table html instead of using <jquery-datatables>