azizlabib2015 / jmesa

Automatically exported from code.google.com/p/jmesa
0 stars 0 forks source link

how to swap columns in jmesa? #332

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. we have column empid,empname,salary. 
3. how to swap salary position to first like draggable

What is the expected output? What do you see instead?

draggable functionaly
What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by seenengl...@gmail.com on 5 Mar 2012 at 11:14

GoogleCodeExporter commented 8 years ago
There is not a way for JMesa to do this by default. I do have a requirement to 
do this sometime this year though at my work though. 

As I see it, the actual dragging of the column may not be too difficult 
depending on what JQuery can give us. The real trick may be saving the state 
between requests so that when you come back to the table it shows up with the 
columns re-arranged. 

Original comment by jeff.johnston.mn@gmail.com on 5 Mar 2012 at 10:48

GoogleCodeExporter commented 8 years ago
i tried some jquery plugins to enable only swapping the columns(not saving the 
state between state).but it's not working. can you guide me some jquery plugins 
to enable this feature.

Original comment by seenengl...@gmail.com on 6 Mar 2012 at 9:56