-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChanges
86 lines (82 loc) · 3.62 KB
/
Changes
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
Revision history for HTML::StateTable
- Changed event register method name in JS utils
- Fixed author email address
- Added a render and serialisation test
- Registers scan with Util.Event
- Prereq fixes
0.2.1 2024-11-27 20:15:10
- Bumping version number
- More guide related POD added
- Completed POD
- Cell rendering can handle embed markup
- Update copyright year. Animate buttons in table render
- Moved onReady function to utils
- Rationalised JS package names
- Renames JS files
- Uses icons. Moves utf8 default characters to JS
- Caption now optional first div
- Fixes column reorder with selector in last column
- Better errors. Modal popups. More buttons. Flexible tag names
- Fixes resetting page to one when searching/filtering
- Protection against Highcharts no being available
- Unified dialog titles
- Shiny buttons
- Refreshing button styling
- Better error handling
- Set text colour in LESS
- Only four table roles to doc
- Only table roles left to POD
- POD updates
- Weakens request
- Configurable now per user
- Minor CSS improvements
- Responsive tables
- CSS fonts and svg icons
- Starts animation role
- Replaces rs store/fetch with util library calls
- Adds tag sections
- Adds messages to form role. Resets modifiers
- Use unicode chars for bool cell trait
- Adds bool cell trait
- Adds support for the object view table
- Chartable missing div fix
- Row count fix
- Weakened context reference. Nasty hack in renderer for top control
- Switched to using less
- Changed filterable control character
- Fixes table row count usage
- Warn of errors calling column info in foreign sort
- Renderer captures render errors and returns them as text
- StateChanged now a resultset method
- Page and page size now table roles
- Charts can locates left and right too
- Tidies up naming of serialised keys
- Charts refresh only when their state changes
- Adds POD for column, row and cell classes
- Updates README.md
- Adds POD for state table class
- Updates prereqs and meta data
- Adds chartable table role. Uses HighCharts.js
- Configurable dialog clear/resets/saves row order
- Added sequence number to JS files
- Completes reorderable
- Adds reorderable role
- Completes configurable updates of table and preferences
- Display tags appended to cell content
- Adds force limit and tag table roles
- Adds Active and HighlightRow row traits
- Adds checkbox column trait. Form role. Check all role
- Adds filterable table role
- Adds configurable table role
- Poor mans HTML::Tiny in utils JS
- Adds downloadable table role
- Adds searchable table role
- Adds number trait
- Dropped Table renderer
- Handles paging and sorting
- Added date column trait and working empty div js rendered tables
- Added method to dereference compound column references
- Wrote Table renderer under protest
- Serialises empty div. Needs resultset
0.1.1 2021-04-30 13:46:51
- Added project files to master branch