manage grid in javascript
Posted: Wed Dec 31, 2014 11:50 am
Is there a way we can manage a grid in javascript?
There are 2 things i would like to achieve.
First: load the grid with data already loaded in local storage.
Second: allow to select a record from a grid and transfer it to another grid. Kind of like the drag and drop, but using the click way instead of dragging.
In both cases i would like the rpg program to see the data of those grids on the return to server.
I am pretty sure this is something achievable, as profound must have internal functions to do that. I just don't know how we can access those functions.
Thanks
There are 2 things i would like to achieve.
First: load the grid with data already loaded in local storage.
Second: allow to select a record from a grid and transfer it to another grid. Kind of like the drag and drop, but using the click way instead of dragging.
In both cases i would like the rpg program to see the data of those grids on the return to server.
I am pretty sure this is something achievable, as profound must have internal functions to do that. I just don't know how we can access those functions.
Thanks