adamant-kite-43734
09/30/2024, 2:14 PMbusy-ability-54059
09/30/2024, 2:27 PM@rancher/components
and @rancher/shell
are you using?stocky-account-63046
09/30/2024, 2:44 PMSortableTable
is the very base level table. You might be interested in the ResourceTable
, which contains pagination settingsloud-cricket-41513
09/30/2024, 2:48 PMbusy-ability-54059
09/30/2024, 2:50 PMpaging
that is missing from your sortable table… it might need paging-params
and paging-label
.
https://github.com/rancher/dashboard/blob/master/shell/components/ResourceTable.vue#L547-L549
You can try and do that connection yourself or just use a more high-level approach with the ResourceTable
componentloud-cricket-41513
10/01/2024, 5:32 PM