Removed groupBy option of tabulator

This was decided for better usability.
This commit is contained in:
Cris
2019-09-30 14:22:04 +02:00
committed by hainberg
parent 998e906ad3
commit 04ac4f55fd
2 changed files with 1 additions and 3 deletions
@@ -254,7 +254,6 @@ $filterWidgetArray = array(
layout: "fitColumns", // fit columns to width of table
responsiveLayout: "hide", // hide columns that dont fit on the table
movableColumns: true, // allows changing column
groupBy: "lektor", // collapsable groups
headerFilterPlaceholder: " ",
index: "row_index", // assign specific column as unique id (important for row indexing)
selectable: true, // allow row selection
@@ -253,8 +253,7 @@ $filterWidgetArray = array(
height: 700,
layout:"fitColumns", // fit columns to width of table
responsiveLayout:"hide", // hide columns that dont fit on the table
movableColumns: true, // allows changing column
groupBy: "lektor", // collapsable groups
movableColumns: true, // allows changing column
headerFilterPlaceholder: " ",
index: "row_index", // assign specific column as unique id (important for row indexing)
selectable: true, // allows row selection