Skip to content

Commit

Permalink
Enable built-in state saving for Tasks datatable (#1333)
Browse files Browse the repository at this point in the history
* enable built-in stateSave for tasks table

* empty commit
  • Loading branch information
fretman92 committed Oct 14, 2023
1 parent 8d5bdd6 commit 8cf8f23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTORS
Expand Up @@ -97,3 +97,4 @@ Lukas Matta
Tomasz Kluczkowski
Alexey Nikitenko
Sergey Klyuykov
Louis Frament
1 change: 1 addition & 0 deletions flower/static/js/flower.js
Expand Up @@ -546,6 +546,7 @@ var flower = (function () {
colReorder: true,
lengthMenu: [15, 30, 50, 100],
pageLength: 15,
stateSave: true,
language: {
lengthMenu: 'Show _MENU_ tasks',
info: 'Showing _START_ to _END_ of _TOTAL_ tasks',
Expand Down

0 comments on commit 8cf8f23

Please sign in to comment.