Hacker News new | ask | show | jobs
by hayksaakian 4949 days ago
I'm wondering what the checkboxes are for in the demo.
2 comments

Also, why are they checkboxes if I can only select one row? They should be radio buttons. (Cool demo though!)
Thanks! The checkboxes are there for show, no hooks on them in the demo. You can select multiple rows using the checkboxes or the control or shift keys. If the option allowMultipleSelections is false then the checkboxes become radio buttons.
demoing the "row selected" state, by the look of it.