13 Commits

Author SHA1 Message Date
Denys Vuika
1dd283b0d8 Form renderer enhancements (#1839)
- readonly mode for “Dynamic Table”
- “Display Value” now just uses “Dynamic Table” if needed (previously
rendered the table itself)
- support for “tableEditable” settings
2017-04-27 14:05:11 +01:00
Denys Vuika
0afc6affb6 support for setting CSS classes in the designer (#1737)
- provides support for `className` field that Angular 1 designer allows
to define for Forms and Form Fields
2017-03-17 14:33:05 +00:00
Denys Vuika
2f1cd2cc84 #986 fix horizontal scrollbar issue for Safari (#1188)
adding top margin helps solving issue with horizontal scrollbar issue
for Safari when mouse is attached or system scrollbars visibility set
to ‘always’ (macOS)
2016-12-01 12:13:30 +00:00
Vito Albano
424511d1f6 #1113 - Fix for show values on completed form 2016-11-25 19:09:07 +00:00
Denys Vuika
ce151f23e0 #985 'required' validation for dynamic table 2016-11-03 12:20:47 +00:00
Denys Vuika
bc3028d789 #955 Horizontal scrollbar for dynamic table 2016-11-02 11:48:23 +00:00
Denys Vuika
fe7b05df4f Basic input validation (dynamic table) 2016-10-27 10:40:23 +01:00
Denys Vuika
3b898959ee Support for rest dropdown fields (dynamic table) 2016-10-27 10:40:23 +01:00
Denys Vuika
51102980df Basic editing for dynamic table rows
Editors:
- text (also covers number and amount for now)
- boolean
- dropdown (manual)
- date
2016-10-27 10:40:23 +01:00
Denys Vuika
4f566a7ba2 Move and delete rows (dynamic table) 2016-10-27 10:40:23 +01:00
Denys Vuika
8542999f0e Selection state for dynamic table rows
- visual indication of the selected row
- toggling selection of the row
2016-10-27 10:40:23 +01:00
Denys Vuika
7a08a9d29d Basic dynamic table rendering
- render visible columns
- code improvements
2016-10-27 10:40:23 +01:00
Denys Vuika
cf9053ab46 Dynamic-table widget placeholder
- project structure for dynamic-table widget
- support for multiple root element types (container, dynamic table,
etc)
- code improvements and updates
2016-10-27 10:40:23 +01:00