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
{{ message }}
This repository was archived by the owner on Mar 9, 2025. It is now read-only.
* #937 Mulit-Tag sorting feature (#944)
* #937 Mulit-Tag sorting feature
+ Added new Column property - contentsSortDir, it stores information about sorting the content in the cells of the column. At the moment the only type that can store several items in a cell is MultiTag, so the processing logic was added only for it.
+ Added a options submenu for columns with MultiTag type, where you can select the sorting type for the cell contents.
* Renamed `contentsSortDir` to `multiTagSortDir` and `Contents sorting` to `Sort`
* feat: add display name for sort direction
* fix: don't close menu on sort select
* build: fix build errors
* chore: bump to 8.16.0
---------
Co-authored-by: Maxim <[email protected]>
0 commit comments