02paru
(02paru)
October 24, 2018, 1:58pm
1
HI Team,
I am getting the following error:
'Plugins columnSorting
and multiColumnSorting
should not be enabled simultaneously.
Although my settings are :
stretchH: ‘none’,
manualColumnResize: true,
rowHeaders: true,
columnSorting: true,
filters: true,
contextMenu: true,
headerTooltips: true,
autoRowSize: false,
manualColumnMove: false,
manualRowMove: false,
dropdownMenu: true,
formulas: true,
multiColumnSorting: false,
sortIndicator: true,
licenseKey: environment.handsontableKey,
fillHandle: {
autoInsertRow: false,
},
fixedRowsBottom: 0
Not sure why this warning is coming in console on updateSettings(localSettings) if I try to make pass columnSorting: true in localSettings again
02paru:
stretchH: ‘none’,
manualColumnResize: true,
rowHeaders: true,
columnSorting: true,
filters: true,
contextMenu: true,
headerTooltips: true,
autoRowSize: false,
manualColumnMove: false,
manualRowMove: false,
dropdownMenu: true,
formulas: true,
multiColumnSorting: false,
sortIndicator: true,
licenseKey: environment.handsontableKey,
fillHandle: {
autoInsertRow: false,
},
fixedRowsBottom: 0
Hi @02paru
In the code above you should not get the warning, but you will if you change multiColumnSorting: fals,
to multiColumnSorting: true
.
If you enable both sorting mechanisms at once you may encounter indexing issue.
02paru
(02paru)
October 30, 2018, 10:50am
3
Hi @aleksandra_budnik , Strange thing is I am not changing the setting multiColumnSorting at all.
I am just changing columnSorting settng from true to false.
Hi @02paru
is there any progress on that issue or any new observations?