Skip to content

Commit

Permalink
enable sticky header and pagination saving
Browse files Browse the repository at this point in the history
  • Loading branch information
zsuffad committed Jan 31, 2025
1 parent 5ae6091 commit e1fc8e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/dbp-create-request.js
Original file line number Diff line number Diff line change
Expand Up @@ -835,6 +835,7 @@ class CreateRequest extends ScopedElementsMixin(DBPDispatchLitElement) {
lang="${this.lang}"
class="tabulator-table"
id="tabulator-table-created-requests"
identifier="create-requests-table"
collapse-enabled
pagination-size="10"
pagination-enabled
Expand Down
2 changes: 2 additions & 0 deletions src/dbp-show-requests.js
Original file line number Diff line number Diff line change
Expand Up @@ -1040,10 +1040,12 @@ class ShowRequests extends ScopedElementsMixin(DBPDispatchLitElement) {
lang="${this.lang}"
class="tabulator-table"
id="tabulator-table-orders"
identifier="orders-table"
collapse-enabled
pagination-size="10"
pagination-enabled
select-rows-enabled
sticky-header
.options=${options}>
</dbp-tabulator-table>
Expand Down

0 comments on commit e1fc8e6

Please sign in to comment.