stable

Clone or download

Read-only

feat: Add pagination in XTS selectable widget

Part of story #38263 Choose my own columns based on field name (numeric, text, dates) How to test: - Run the following command to enable the feature flag: tuleap config-set feature_flag_enable_tql_select 1 - Make sure to have at leat 35 artifacts as result - Play with the pagination button => If you are at the first page, the previous button and the first page buttons should be disabled => If you are at the last page, thenext page button and the last page button are disabled Change-Id: I4b471293660152f34742e444eb62178542ade12b

Modified Files

Name
M plugins/crosstracker/scripts/cross-tracker/po/fr_FR.po +15 −0 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/po/pt_BR.po +15 −0 Go to diff View file
A plugins/crosstracker/scripts/cross-tracker/src/components/selectable-table/SelectablePagination.test.ts +136 −0 Go to diff View file
A plugins/crosstracker/scripts/cross-tracker/src/components/selectable-table/SelectablePagination.vue +120 −0 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/components/selectable-table/SelectableTable.vue +15 −1 Go to diff View file