|
Hi All,
This is my first post. I have been using EasyUI for about 3 weeks now and find it to be a godsend - great work by the coders!
Here's my question:
I have two columns in my datagrid, one that displays an up arrow, the other a down arrow (see attached image). When the up arrow cell is clicked for any given row, a JQuery ajax call is made to a PHP script to move that row up in the grid's MySQL database table (using a display order field to determine position). Then, the grid is reloaded using the grid's 'reload' method and the row which was moved is selected using the grid's 'selectRecord' method. The same principle is used when a down arrow is clicked. In the time gap between the move and reload, I would like to show a message, similar the the grid's built-in loading message, to show that the row is being moved. Any suggestions?
Thank you,
Lou
|