Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
At the moment only
ol > li
HTML structure is supported if one needs to implement reordering of sortable items. Having support fortbody > tr
structure would came at a minimum cost of changes and is nearly supported by underlying code. I guess I don't need to prove that it's rather typical to sort tabular data and doing so shouldn't require developers to go for a completely new sort implementation on the FE.I will share a PR here for a sample implementation.
Beta Was this translation helpful? Give feedback.
All reactions