Grid edit: change cfg['SaveCellsAtOnce'] default to true
This commit is contained in:
parent
cb090c7e21
commit
338552b21d
@ -2315,7 +2315,7 @@ $cfg['ShowPropertyComments']= true;
|
||||
/**
|
||||
* save edited cell(s) in browse-mode at once.
|
||||
*/
|
||||
$cfg['SaveCellsAtOnce'] = false;
|
||||
$cfg['SaveCellsAtOnce'] = true;
|
||||
|
||||
/**
|
||||
* shows table display direction.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user