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
All entries in the table should be possible to sort by Name (column 0). There should be possible to sort entries in the following way:
Sort ascending --> sort by name
Sort descending --> sort by name
No sorting --> sort by ID.
The use of sorting by ID of the elements could solve following issues:
Move up / down elements --> swap the IDs of elements;
Save entries sorted by name --> during save of the document, the elements mirror the order of elements, swap IDs and save document, so that on next open, the elements are sorted in the same as they were before save.
Description:
All entries in the table should be possible to sort by Name (column 0). There should be possible to sort entries in the following way:
The use of sorting by ID of the elements could solve following issues:
This ticket is relevant to the issue #80 , Sorting by name
The text was updated successfully, but these errors were encountered: