How can I use checkboxes in a table column?
How do I use checkboxes in a table? I want to use a column with checkboxes in it, that can be selected/deselected.
1
person has this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
Create a customer community for your own organization
Plans starting at $19/month
-
Inappropriate?So far the table element does not support chekbox column directly, yet you can workaround it by using an empty column and put some checkboxes on it.
Here is my example:

The table content looks like these:
Id,Product,Count,Shipped
01,GnRaiser,45
02,GnCore,135
03,WindRx,123
The header line has one more segment, so you will get an empty column.
The company and 1 other person say
this answers the question
-
Inappropriate?Thanks for the tip. For now that solves my problem. I think it would be a good idea to support it though, maybe using [ ] for unselected and [x] for selected or something?
I’m thankful
-
Inappropriate?For rendering, using [] and [x] to reprensent checkbox is ok, yet it is hard to support actions for chekboxes within table. We are considering the solution...
-
Inappropriate?Good point. For now I'd already be happy with an easy way to render it, but I agree that it's a good idea to think a bit about it, would be awesome if it'd be actionable.
Loading Profile...



EMPLOYEE