Hi all,
I have a kanban component which shows review tasks for a user.
These review tasks are reviewable items for other members of staff so I have a swimlane which is ordered by staff name.
My problem is that I would like to sort the kanban in order of the date of review, in the above red is overdue, yellow is today and green is in the future. It makes sense to have overdue items at the top of the list and this is how they are delivered from the datasource.
I have tried this as per you online help:
public sortSettings: SortSettingsModel = {
sortBy: 'DataSourceOrder'
};
But the swimlanes seem to get in the way.
Any solution?
Cheers,
Bob