EditableGrid is an open source Javascript library aimed at turning HTML tables into advanced editable components. It focuses on simplicity: only a few lines of code are required to get your first table up and running.
It'd be great addition if we can define date and time format to use (for editing and validations), not just US/EU but in detail like: yyyy-MM-dd'T'HH:mm:ssZZ
We could use configs of java.util.Date, if possible.
It'd be great addition if we can define date and time format to use (for editing and validations), not just US/EU but in detail like: yyyy-MM-dd'T'HH:mm:ssZZ
We could use configs of java.util.Date, if possible.
Thanks.