Custom Filter _target
-
Hi there, I’m currently working on building a custom dropdown filter layout using your framework, and I’ve encountered some confusion regarding the
_target
parameter. In the documentation, it mentions that the_target
parameter should be a string that represents the name class target element. However, I am unsure about what the exact format should be and how it interacts with the generated HTML structure.
Should the_target
parameter directly correspond to the class or ID of the<select>
tags I am generating, or is there a different method for binding it to the filter functionality?
Unfortunately, I cannot provide a link because I am in a development environment. However, I could provide my code if that helps.
I appreciate any feedback!
Thanks!
- You must be logged in to reply to this topic.