-
-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Labels
questionFurther information is requestedFurther information is requested
Description
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
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested