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.
Grid looks great! I can load data from xml string. Are there any methods to get xml or an array of values back after the user adjusts the data in the grid.? I see the one method that reports on a cell change but it would be nice to get all rows back in an array instead.
Grid looks great! I can load data from xml string. Are there any methods to get xml or an array of values back after the user adjusts the data in the grid.? I see the one method that reports on a cell change but it would be nice to get all rows back in an array instead.