N°1443 : Add table_id used by tables paging

This commit is contained in:
Stephen Abello
2019-02-13 14:42:39 +01:00
parent 84767692b0
commit 43b0747b83
2 changed files with 5 additions and 3 deletions

View File

@@ -202,7 +202,8 @@ function sprintf(format, etc) {
end: end,
sort_col: s_col,
sort_order: s_order,
select_mode: c.select_mode,
select_mode: c.select_mode,
list_id: c.table_id,
display_key: c.displayKey,
columns: c.columns,
class_aliases: c.class_aliases
@@ -448,6 +449,7 @@ function sprintf(format, etc) {
filter: '',
extra_params: '',
select_mode: '',
table_id: 0,
totalSelected: 0,
selectionMode: 'positive',
displayKey: true,