This message was deleted.
# extensions
a
This message was deleted.
1
b
That doesn’t sound right 🤔 I’ve taken a look at the code in Dashboard and the connection to that preference should be automatic… What version of
@rancher/components
and
@rancher/shell
are you using?
s
The
SortableTable
is the very base level table. You might be interested in the
ResourceTable
, which contains pagination settings
👀 1
l
Sure. Let me check on that
b
So, there’s a property called
paging
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
component
l
Changing to ResourceTable fixed the issue. Thanks @busy-ability-54059 and @stocky-account-63046