How can I implement show/hide column functionality with table?

cancel
Showing results for 
Search instead for 
Did you mean: 
nikyinform
Active Member

How can I implement show/hide column functionality with table?

I have implemented table, but want to apply show/hide column functionality.

Is there any way to do same ?

1 Reply
afaust
Master

Re: How can I implement show/hide column functionality with table?

Sure - setup a widget that publishes an event on a topic, and have all the cell widgets for a particular column subscribe to that topic via the visibillityConfig to toggle visibility on/off.