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 would like to sort on the rule.id, the portion in the anchor text.
I have tried to write a custom compare sort function, but have not been able to make that work. Has someone else solved sorting a column with HTML in it?
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
-
I have a column with a link using
gridjs.html(
<a id='{{rule.id}}' href='{{ url_for('rule', rule_id=rule.id) }}'>{{ rule.id }})
I would like to sort on the rule.id, the portion in the anchor text.
I have tried to write a custom compare sort function, but have not been able to make that work. Has someone else solved sorting a column with HTML in it?
Beta Was this translation helpful? Give feedback.
All reactions