angular-generic-table icon indicating copy to clipboard operation
angular-generic-table copied to clipboard

Column Selection when inlineEdit:true

Open sahilkatia opened this issue 7 years ago • 1 comments

Angular-generic-table have a row selection feature can we do same on column level?

can we select the whole column on click?

sahilkatia avatar Feb 16 '18 20:02 sahilkatia

Hi @sahilkatia, not sure how you'd like to use the feature but I should be possible to use the columnClick method and do a map on your data and return an array with column values for all rows, and at the same time you could apply some class to you column to make it look lite has been selected. Might not fit your use case do so perhaps you could elaborate a bit on your needs?

hjalmers avatar Feb 20 '18 11:02 hjalmers