platform icon indicating copy to clipboard operation
platform copied to clipboard

Error filter in a page with multiple list layout

Open cridesi06 opened this issue 2 years ago • 1 comments

Describe the bug I have a page that contain more tabs and in every tab there is a list layout, the problem is that all of those tab have a column called "name" and when i filter by this column, if i filter in the last tab the filter is duplicated in every tabs, if i filter in the others tab (not in the last one) the filter doesn't work.

cridesi06 avatar Feb 13 '23 14:02 cridesi06

Filters, like pagination, depend on the HTTP parameter. If you have multiple tables in tabs on your page, it's best to separate them. For example use TabMenu

tabuna avatar Feb 13 '23 15:02 tabuna