[Canvas] Migrate listing page to use TableListView #132340
Labels
enhancement
New value added to drive a business result
Feature:Canvas
impact:medium
Addressing this issue will have a medium level of impact on the quality/strength of our product.
loe:needs-research
This issue requires some research before it can be worked on or estimated
Team:Presentation
Presentation Team for Dashboard, Input Controls, and Canvas
Describe the feature:
In #132321, the ability to sort by "Last updated" was added to all plugin listing pages that use the
TableListView
component. I noticed that Canvas is doing something similar on its own by creating the listing usingEuiBasicTableColumn
instead, and thus its behaviour differs from this new implementation.If Canvas instead used
TableListView
like the other plugins, (a) we wouldn't have to manage this on our own and (b) the behaviour/styling of listing pages would be consistent across all plugins 👍The text was updated successfully, but these errors were encountered: