feat(forklift): Added pagination UI

Signed-off-by: Marcelo Fukumoto <marcelo.fukumoto@suse.com>
This commit is contained in:
Marcelo Fukumoto 2026-05-12 14:10:20 +02:00
parent f7a1dec58f
commit b84167a4da
No known key found for this signature in database
GPG Key ID: 1CA12189625C2543

View File

@ -271,6 +271,8 @@ init();
:table-actions="true" :table-actions="true"
:row-actions="false" :row-actions="false"
:groupable="false" :groupable="false"
:paging="true"
:rows-per-page="20"
key-field="_key" key-field="_key"
@selection="onSelect" @selection="onSelect"
> >