ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 27,561
- Points
- 823
Reputation:
In admin cp, I am using filter_macros -> quick_filter to filter a datalist. In the datalist, I want to generate a hyperlink that the user can click-on that immediately filters the datalist down to that one item.
Currently, I am generating a link like this:
Read more
Continue reading...
Currently, I am generating a link like this:
link('myaddon/mytable', [], {'_xfFilter[text]': $moo.cow})
, however when I click on this, the page reloads to this link, but if there was an existing filter previously applied, the quick_filter textbox is prepopulated with the last...Read more
Continue reading...