reactive-table icon indicating copy to clipboard operation
reactive-table copied to clipboard

hide a field

Open interfaith opened this issue 9 years ago • 2 comments

can a field be hidden , without listing all the fields not hidden ?

interfaith avatar Jun 01 '16 20:06 interfaith

Not sure what you mean. You can set hidden to true on an individual field, but you do have to include all the fields in the array to change settings on one of them. Maybe you could use Collection.find to exclude the fields you don't want and pass that in as the table's collection.

aslagle avatar Jun 01 '16 23:06 aslagle

yes that worked. i 'reacted'

On Wed, Jun 1, 2016 at 4:08 PM, Amy Slagle [email protected] wrote:

Not sure what you mean. You can set hidden to true on an individual field, but you do have to include all the fields in the array to change settings on one of them. Maybe you could use Collection.find to exclude the fields you don't want and pass that in as the table's collection.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/aslagle/reactive-table/issues/395#issuecomment-223151470, or mute the thread https://github.com/notifications/unsubscribe/AAs5z_yzBB5Ad2pF0E7O-ghAy0M4EXpXks5qHhDwgaJpZM4Ir69I .


Fight back spam! Download the Blue Frog. http://www.bluesecurity.com/register/s?user=c3Bvd2FnZTI3NTk%3D

interfaith avatar Jun 02 '16 00:06 interfaith