prefect-design icon indicating copy to clipboard operation
prefect-design copied to clipboard

add p-table sort support

Open stackoverfloweth opened this issue 2 years ago • 0 comments

noted in https://github.com/PrefectHQ/prefect/issues/7688 that our sort UX is not obvious to all users.

image

we expect that users would find it more obvious that clicking the header of a p-table column should try sorting.

we need to add styling (probably some sort of caret pointing up/down), p-table should emit something like @sort:key-asc. p-table column data needs a new property for something like sortable: true

stackoverfloweth avatar Dec 05 '22 20:12 stackoverfloweth