Closed ivkus closed 4 months ago
I have a model that has a is_valid filed. I want to have the table show is_value=True in it's first appear in the page.
is_valid
is_value=True
I added an entry in the cookbook that answers this question: https://docs.iommi.rocks/en/latest/cookbook_tables.html#how-do-i-set-an-initial-filter-to-a-table
I have a model that has a
is_valid
filed. I want to have the table showis_value=True
in it's first appear in the page.