Releases: TomZ79/jquery-tabledit
Releases · TomZ79/jquery-tabledit
v1.2.7
-
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'],
v1.2.6
- New - Different type of input Element, supported type "input", "hidden", "number", "select", "textarea"
- New - Methods for plugin 'init' , 'destroy' , 'update'
- New - Option for debug mode -> debug: true.
- New - Get token for ajax request form cookie
- New - Attributes for textarea, supported atrributes are "rows", "cols", "maxlength", "wrap"
- New - Count for textarea
- Fix typo