[eluser]adwin[/eluser]
Hi I just learn about Flexigrid ...
I have question,
I have table that can be updated. for example I have customer orders, I can add new items into the table.
I want to update the table using ajax. But I know how to add ($('tbody').append(data)) but how to sort manually (for exmaple sort by column no 1).