We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aa0cdd commit 8f68edeCopy full SHA for 8f68ede
examples/gallery/ui/pages/table_view_page.slint
@@ -16,6 +16,7 @@ export global TableViewPageAdapter {
16
];
17
18
pure callback filter_sort_model([[StandardListViewItem]], string, int, bool) -> [[StandardListViewItem]];
19
+ filter_sort_model(row-data, filter, sort-index, sort-ascending) => { return row-data; }
20
}
21
22
export component TableViewPage inherits Page {
0 commit comments