Hello all,
I am looking for a way to move or reposition a table when expanding/collapsing a search filter on the side that we apply on the columns of said table (we set a combination of clientsidefilters and tablerowfilters based on user selection).
We currently use 2 tables of different sizes but using the same set of filters to achieve this "moving table" effect by showing/hiding the table depending on whether the search filter is expanded/collapsed. This implementation has some limitations, such as not being able to keep the user on the same table page when he/she chooses to expand/collapse the search filter. We therefore would like to use a single table and move it around instead.
Here's an image of what's described above:
Is this possible? Any other ideas to achieve the same result without pagination issues?
Any help is appreciated. Thanks!
Hi Alex,
You can easily achieve this using the grid layout feature in your visual overview.
You can define a grid layout with multiple columns.
You can link your "maximize" and "minimize" buttons to a set of session variables. These can be used to show or hide the filter shape, and change the column span of your table.