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.
The EditableGrid.prototype.sortColumns allows you to pass in an array of headers and it will resort the grid. I used this to mix with a column sorting library so that the EditableGrid would not break after the sort happened.
It does not implement all functionality, such as calling back to the server on change, but I wanted to pass this along if it's at all useful to the project
The EditableGrid.prototype.sortColumns allows you to pass in an array of headers and it will resort the grid. I used this to mix with a column sorting library so that the EditableGrid would not break after the sort happened.
It does not implement all functionality, such as calling back to the server on change, but I wanted to pass this along if it's at all useful to the project