N°2847 - Tranform old itop datatable to jquery DataTable - fix diplay

This commit is contained in:
acognet
2020-11-17 11:54:52 +01:00
parent 1c5cb4e125
commit 9621ff4d5e
3 changed files with 3 additions and 13 deletions

View File

@@ -204,7 +204,7 @@ class DataTableFactory
$aList = $aDisplayList;
}
$sSelectMode = 'none';
$sSelectMode = '';
if ($bSelectMode) {
$sSelectMode = $bSingleSelectMode ? 'single' : 'multiple';
}