Can I sort tasks in due date page by priority/color?
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 :)
Hello, you cannot sort tasks on the Due page, but you can filter them.
ReplyDeleteHope it solves the problem
https://lh3.googleusercontent.com/FTSGxi5bqc639awlcoBbyeW-iLWx_3NDsJ6wf9SzAyUE_kGRNgBDQC_yfVcrrR6P49vWH4gyYNMq7wQ2OKWyZPg1W6z9xuJO1jM=s0
Thanks
ReplyDelete