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
Is it possible to using sortable on table columns not on rows?
This is an example code that I used to adding ordering feature to table rows, in this example user can order table rows by dragging and dropping rows, but I want to add this feature to order column of table and when user drags that column can order table rows.
Should be possible to modify the ModelManager to always sort itself after any update. Exactly the kind of scenario I made it for ;) Would love for you to make a working example we can include in examples folder or in the demo repo. Cheers!
Is it possible to using sortable on table columns not on rows?
This is an example code that I used to adding ordering feature to table rows, in this example user can order table rows by dragging and dropping rows, but I want to add this feature to order column of table and when user drags that column can order table rows.
I want to add sortable feature to
<td><i class="fa fa-reorder" aria-hidden="true"></i></td>
this column of table.The text was updated successfully, but these errors were encountered: