Skip to content

Releases: TomZ79/jquery-tabledit

v1.2.7

04 Sep 10:18
Compare
Choose a tag to compare
  • 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'],

v1.2.6

14 Aug 19:40
Compare
Choose a tag to compare
  • 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

v1.2.5

13 Aug 16:41
Compare
Choose a tag to compare

v1.2.5 (2017/08/13)

  • Updated 'example.php' file
  • Improved language localization
  • Improved Ajax request to server with callback function
  • Stop submit normaly form
  • Fix typo