Build Link to (Url for) table with set filters
Hey ho
I have a table with filters in a complex structure like this:
Inside listBasicFilter the following is returned:
After setting a Filter (OtherModel_id) the query is updated within:
listQueryFunction than returns:
Now i want to build a link to this table with a preset filter.
I alredy tried:
(220 is the id of a specific OtherModel)
This is linking to the list but the filter is not set.
Does sombody know how to build a link to this list with a preset filter?
Thanks alot in advance
2 Replies
Solution
Make it a property on ListPage and add Livewires
#Url
attributethanks alot @Dennis Koch