With nested lists, is it possible to sort ('ss') only one level? Usually I don't want to sort all the nested levels.
A CSS hack which creates a Kanban-like board UI in a specified list:
A CSS hack which creates a Kanban-like board UI in a specified list: #list_481388 ul.topLevel { display: flex; } #list_481388 ul.topLevel > li { flex: 1 1 auto; } #list_481388 ul.topLevel > li > .frame{ display: none; } #parentTask_0 div.coreDiv { margin-right: 20px; } May be, will be useful to someone :)
Thanks for bringing this question. We already have this request in uservoice (https://checkvist.uservoice.com/forums/2121-general/suggestions/11152983-sort-one-level-deep) and it is quite reasonable. I've added this request to our quick-fixes list, hope will implement it in some coming iteration.
ReplyDeletecheckvist.uservoice.com - Sort one level deep
Thanks, really looking forward to that!
ReplyDelete