You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@austinrivas I'm wondering if there would be any way to modify the table columns reactively. For example, I'd like to be able to change which columns are shown based on a checkbox, to switch between e.g. percent vs absolute performance.
Something like the below, where Session.get('displayPercent') is linked to a checkbox, so the change column switches data source when it is checked and unchecked.
@francisbyrne I have been using the DataTables colVis plugin for these types of modifications, but I can see why you would also want external access.
I should be able to make all of the datatables configuration options reactive in the same way as the query, I'll try to get something working in the next few days.
@austinrivas I'm wondering if there would be any way to modify the table columns reactively. For example, I'd like to be able to change which columns are shown based on a checkbox, to switch between e.g. percent vs absolute performance.
Something like the below, where
Session.get('displayPercent')
is linked to a checkbox, so thechange
column switches data source when it is checked and unchecked.Outside of my specific use-case, I think it would be a useful feature for doing things like selecting columns to show in a table, etc.
Would there be any way to achieve this?
The text was updated successfully, but these errors were encountered: