-
How to link ‘Filters’ across multiple data-grids?
Hey there,
Apologies for the novice question.
I am building out a dashboard with several tabs each having their own data-grid, but all coming from the same table – an absolute behemoth of 200+ columns that only displays certain columns based on which tab you are on (surprisingly most efficient and effective way to display such data, having buttons that filtered the table was a nightmare in terms of speed).
However, they all do share one column in common, with the exact same length and elements, and of a symbol type. How can I make it such that when you input in a string into the filter of this column, it appears across all data-grids?
I can see there is a way to input a viewstate in both the ‘Filtering’ option under ‘Basic’ as well as under ‘Custom Filters’, but can’t seem to quite get the viewstate right.
Thanks all in advance
Log in to reply.