Skip to content

Commit

Permalink
Releases v1.2.7
Browse files Browse the repository at this point in the history
Releases v1.2.7
  • Loading branch information
BluesatKV committed Sep 4, 2017
1 parent a0a636a commit 126e2fd
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 37 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
v1.2.7 DEV (xxxx/xx/xx)
v1.2.7 (2017/09/04)
-------------------
- Add JavaScript RegEx (Trim Leading and Trailing)
- Change name class for row when save changes
Expand Down
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# jQuery-Tabledit v1.2.6
# jQuery-Tabledit v1.2.7
Inline editor for HTML tables compatible with Bootstrap. Tabledit use Ajax for saving new row and for Edit and Delete row.

Plugin works with other Plugins:
- DataTable Plugin

#### You can insert different types of tags

More in Example 7 on
Expand Down Expand Up @@ -66,9 +69,7 @@ $('#my-table').Tabledit({


## Examples
Original example by _markcell_ you find on
http://markcell.github.io/jquery-tabledit/#examples


**Readonly value in TD**

You set this in the editable array, if you want readonly leave the column out of the 'editable' array e.g.: Column 3 wouldn't be editable.
Expand All @@ -85,14 +86,12 @@ $('#my-table').Tabledit({
```

## Documentation
Original example by _markcell_ you find on
http://markcell.github.io/jquery-tabledit/#documentation

Full complete documentation by BluesatKV on
https://bluesatkv.github.io/jquery-tabledit/#documentation


## Changelog
See CHANGELOG.md on
See CHANGELOG on
https://github.com/BluesatKV/jquery-tabledit/blob/master/CHANGELOG.md

21 changes: 8 additions & 13 deletions jquery.tabledit.js
Original file line number Diff line number Diff line change
@@ -1,25 +1,20 @@
/*!
* Tabledit v1.2.3 ()
* Copyright (c) 2015 Celso Marques
* Licensed under MIT (https://github.com/markcell/jQuery-Tabledit/blob/master/LICENSE)
*/

/**
* @description Inline editor for HTML tables compatible with Bootstrap
* @version 1.2.3
* @author Celso Marques
* @link https://github.com/markcell/jQuery-Tabledit
* @version 1.2.3
* @author Celso Marques
* @copyright Copyright (c) 2015 Celso Marques
* @link https://github.com/markcell/jQuery-Tabledit
*/

/**
* The modified version
* @version 1.2.7 DEV
* @author BluesatKV
* @link https://github.com/BluesatKV/jquery-tabledit
* @version 1.2.7
* @author Thomas Zukal
* @copyright Copyright (c) 2017 Thomas Zukal
* @link https://github.com/BluesatKV/jquery-tabledit
*
* REQUIRED USER OPTIONS
* --------------------
* // Example #1
*
* columns: {
*
Expand Down
33 changes: 17 additions & 16 deletions jquery.tabledit.min.js

Large diffs are not rendered by default.

0 comments on commit 126e2fd

Please sign in to comment.