Hello,
I know this is not a uilt in feature, I have also searched for suggested solutions but have not found anything so hopefully you ind folks might have some suggestions.
I currently have a table build with JQGrid
With all that in mind I have the following requirement:
The last row of the table should always be an “empty” row, It should be editable so a user can insert data and have it added to the row, a new “inline” add row should appear as last row again after a new one is added.
In theory I don't think this is too difficult (to add a custom row to end of tale) if the table was static.
However the challenge I'm finding is keeping the row at the bottom of the table, even when rows are added, removed, columns are searched or sorted.
Has anyone encountered a similar situation and any suggestions as to implementing such a feature? (Not looking for full code, just suggestions as to how to keep this row in place.)
Thanks for any and all input on this.
G.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top