Skip to content

v1.2.7

Latest
Compare
Choose a tag to compare
@TomZ79 TomZ79 released this 04 Sep 10:18
· 10 commits to master since this release
  • 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 plugin

    Default -> 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'],