mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
N°3914 - Fix single row selection in the portal's datatables
This commit is contained in:
@@ -122,7 +122,7 @@
|
||||
"dom": '<"row"<"col-sm-6"l><"col-sm-6"<f><"visible-xs"p>>>t<"row"<"col-sm-6"i><"col-sm-6"p>>',
|
||||
"columns": getColumnsDefinition(),
|
||||
"select": {
|
||||
"style": "{{ (bMultipleSelect) ? 'multi' : 'os' }}"
|
||||
"style": "{{ (bMultipleSelect) ? 'multi' : 'single' }}"
|
||||
},
|
||||
"rowId": "id",
|
||||
"rowCallback": function(oRow, oData){
|
||||
|
||||
Reference in New Issue
Block a user