Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to add multi-select checkboxes to table? #59

Open
dbychkov opened this issue Dec 8, 2020 · 1 comment
Open

How to add multi-select checkboxes to table? #59

dbychkov opened this issue Dec 8, 2020 · 1 comment
Assignees
Labels
question Further information is requested

Comments

@dbychkov
Copy link

dbychkov commented Dec 8, 2020

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 dbychkov added the question Further information is requested label Dec 8, 2020
@fingers10
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants