Ok I've managed to refresh list using this js like u suggested, but it's not filtering, it's always empty table, and I can see it's refreshing, and it should be populated with selected headline?
I was thinking more like Lance said list_items -> list_items -> form_fields
But this option with filters seems to be acceptable too, but I'm heaving trouble to figure it out how it works. I was trying to replicate navigation module and create …
Please if someone can help I'm desperate!
Perhaps even more detailed:
new ex.: when I click item on the list, I want to catch that items id, and then, for ex. open subcategories module and list only subcategories with selected id as subcategory pare…
Ok, I can do that in the list_items method, I can do
if (hasChildren) or something like that,
maybe this with children is not a good example... Let's say I want to be able to search all categories that have subcategory with id=5? How can I pass t…