jadrake75 / ng-scrolling-table

MIT License
8 stars 2 forks source link

add select by checkbox to table-selector #54

Open jadrake75 opened 10 years ago

jadrake75 commented 10 years ago

Add a new column of checkboxes when the "select-by-checkbox" option is specified with the table-selector directive. It should respect the multi-select property to render radio buttons or checkboxes AND it should include a "All" select checkbox that should have three states (when multi-select="true")

Xanir commented 9 years ago

My Selection Manager does not handle checkboxes ATM. There is some usability question I would have.

When using checkboxes would only the checkboxes be usable to set selection, not also clicking on the rows? Would clicking a checkbox only ever toggle its selection, meaning not region selection using shift + click?