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.
I an unable to update row by primary key instead of row index. Reason being, once deleted the rows after the deleted row are out of alignment and updates are made to misaligned cells based on rowid. New to this so if there is any guidance thanks in advance.
I an unable to update row by primary key instead of row index. Reason being, once deleted the rows after the deleted row are out of alignment and updates are made to misaligned cells based on rowid. New to this so if there is any guidance thanks in advance.