You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have populated a grid.js table using also HTML links via the function gridjs.html() as you kindly described (see below).
Each link has the shape content
The table is displaying the links properly.
I would also like the standard search function (when you type a keyword in the table search box) to filter also the content area (of those links). With activated search opeion and the standard function (which you can find e.g. via google search)
where content is an appropriate text I need to filter against.
How should the selector function be shaped in order to grasp and return the right place of the link (content) ?
How can I debug this? Or if there is any other way to get the content filtered, please advice.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Dear community
first of all - great plugin! - thank you.
I have populated a grid.js table using also HTML links via the function gridjs.html() as you kindly described (see below).
Each link has the shape content
The table is displaying the links properly.
I would also like the standard search function (when you type a keyword in the table search box) to filter also the content area (of those links). With activated search opeion and the standard function (which you can find e.g. via google search)
I do not get the rows filtered.
each row cell of this type is feeded using the expression:
gridjs.html(
<a class='g' target='...' href='...'>content</a>
)where content is an appropriate text I need to filter against.
How should the selector function be shaped in order to grasp and return the right place of the link (content) ?
How can I debug this? Or if there is any other way to get the content filtered, please advice.
Thanks a lot in advance!!
Beta Was this translation helpful? Give feedback.
All reactions