ekokotov / object-table

Angular directive to easy create dynamic tables from source or URL with sorting, filtering and pagination. Smart templates and good perfomance
BSD 3-Clause "New" or "Revised" License
171 stars 52 forks source link

Add Column Selection #15

Closed fynnfeldpausch closed 9 years ago

fynnfeldpausch commented 9 years ago

Hi there,

is there any way to have a column selector for the table? I was not able to find one at first glance.

Many thanks.

ekokotov commented 9 years ago

Hi, What do you mean by 'column selector for the table' ?

2015-07-06 13:52 GMT+03:00 Fynn Feldpausch notifications@github.com:

Hi there,

is there any way to have a column selector for the table? I was not able to find one at first glance.

Many thanks.

— Reply to this email directly or view it on GitHub https://github.com/ekokotov/object-table/issues/15.

fynnfeldpausch commented 9 years ago

Hi, I mean a functionality to toggle the visibility of table columns...

ekokotov commented 9 years ago

There is no built-in functionallity. But you can easy add this one. It is possible. Just use custom header pattern and add 'ng-show/ng-hide' or 'ng-class' (is better) attribute to your headers. if you will have a troubles - provide me your markup. thanks

2015-07-06 15:52 GMT+03:00 Fynn Feldpausch notifications@github.com:

Hi, I mean a functionality to toggle the visibility of table columns...

— Reply to this email directly or view it on GitHub https://github.com/ekokotov/object-table/issues/15#issuecomment-118845313 .