-
Add JavaScript RegEx (Trim Leading and Trailing)
-
Change name class for row when save changes
Old name ->
warningClass: 'warning'
New name ->
successClass: 'success'
-
Add Class for prohibiting cell editing
Default ->
noEditClass: 'noedit'
E.G:
<td class="noedit">Some Text</td>
-
Add Class for toolbar header column. You can use for setting
no-sort
in DataTable pluginDefault ->
toolbarHeaderClass: ''
-
Automatically setting CSRFToken from cookie csrftoken from sending method.
-
Fix count of character for textarea element.
-
Add new element type (input => date). Is not supported in Firefox, or Internet Explorer 11 and earlier versions
// [[column_index, input_name, input_type_date]
[4, 'col4', 'date'],