-
Notifications
You must be signed in to change notification settings - Fork 195
/
CHANGELOG
63 lines (49 loc) · 1.75 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
2021-04 thetechnician94
*Added more modifiers for number columns
*Checkboxes will now be checked when the value of a column is 1
*Dropdowns sometimes got extra spaces around their values, fixed
*Added the `value` modifier: lets you specify a value for the add dialog
*Disabled fields are no longer sent to the endpoint. HTTP POST never sends these, maintaining that convention
2020-09 luca-vercelli
* basic support for Foundation
* "close modal on success" feature
2020-09 viicslen
* basic npm support
2020-06 mjbernot
* support for checkboxes and date input fields
* IE compatibility support
2020-04 luca-vercelli
* support for file uploads
2020-02 goalgui10
* support for textareas
2019-07 luca-vercelli
* better support for readonly and disabled fields, see issue #35
2019-11 seunets
* i18n support
2019-05 luca-vercelli
* better documentation
* limited support for nested objects, see issue #15
2019-03 luca-vercelli
* support for datepicker, datetimepicker, select2
2018-09 luca-vercelli
* some improvements in AJAX callbacks
2018-07 zach-hable
* Version 2.0
* Cleaner source code
* Improved modal layouts
* Input validation
* Callbacks for use of AJAX when a row is added/edited/deleted
* Support for Max length of items
* Support for Multiple select box
* Support for using Select2 Dropdowns
2017-07 luca-vercelli
* Support for object-based data
* Cleaner source code
* Refresh button
* Naive AJAX support
2016-09 KasperOlesen
* Initial commit
* Added example and tweaked comments in editor
2016-04 Kingcode
* Original script found at http://kingkode.com/free-datatables-editor-alternative/
* It seems that, nowadays, the source code is changed there