Feature #1080
Display selector for fields with a defined type
Start date:
10/26/2015
Due date:
% Done:
100%
Description
- bool: check-box (http://docs.handsontable.com/0.19.0/demo-checkbox.html)
- date-time: time selector (http://docs.handsontable.com/0.19.0/demo-date.html)
- int: use validator to make sure it is an integer
Subtasks
History
#1 Updated by Luke Murphey about 9 years ago
Date-time needs to be formatted as an epoch number.
#2 Updated by Luke Murphey about 9 years ago
I'm going to need to pass columns headers in the colHeaders param to get the table to recognize that the header is not to be treated as a boolean. However, this prevents the header from being modifiable (cannot change CSV schema).
#3 Updated by Luke Murphey about 9 years ago
Things to do:
- Re-enable column editing on CSV lookups
- Remove code to prevent editing first row (since it isn't the header anymore on KV lookups)
- Make sure that the save works on CSV lookups (since the header isn't in the table)
- Add sorting support
- Make sure that the meta-data call gets done before the table has data posted to it
#4 Updated by Luke Murphey about 9 years ago
Could modify cell header using a custom renderer: http://docs.handsontable.com/0.19.0/demo-custom-renderers.html
#5 Updated by Luke Murphey about 9 years ago
- Target version changed from 2.0 to Plus_2
#6 Updated by Luke Murphey over 8 years ago
- Target version changed from Plus_2 to Plus_4
#7 Updated by Luke Murphey over 8 years ago
- Target version changed from Plus_4 to Plus_2
#8 Updated by Luke Murphey over 8 years ago
- Target version changed from Plus_2 to 2.3
#10 Updated by Luke Murphey over 8 years ago
- Status changed from New to Closed