vitalets / checklist-model

AngularJS directive for list of checkboxes
http://vitalets.github.io/checklist-model
MIT License
1.05k stars 206 forks source link

How to choose more than one value in table using checklist-model #141

Closed gopi1989 closed 8 years ago

gopi1989 commented 8 years ago

Hi,

I am Having a table with 5 columns,I used checkbox for one of the column and get the selected values through checklist-model value.My Intention is to if i click the check box ,I have to retrieve two column values in table. If it is possible to extract two values?

Thanks with Regards, Gopi krishnan.R

beradrian commented 8 years ago

You can simply use as value an object of which properties will be displayed in the two (or five) columns.