How to permit column sorting when using rowReordering?
How to permit column sorting when using rowReordering?
leonardolima
Posts: 5Questions: 0Answers: 0
Hi,
I'm starting to use the rowReordering but I found an strange behavior that I don't now if is an error, or if is a leak of implementation...
The behavior that I expected when I enable the rowReordering plugin was that "I'm able to reorder the table rows and don't disable the sorting capabality from the others columns"
But now I finish implementing the plugin and I saw that I could not sort the other columns, there is any way to re-enable the sorting from the other columns, or a easy way to "enable/disable" the rowReorder plugin? Like if I add an extra button on my layout telling "Enable/Disable Reorder" is possible to do this?
I'm starting to use the rowReordering but I found an strange behavior that I don't now if is an error, or if is a leak of implementation...
The behavior that I expected when I enable the rowReordering plugin was that "I'm able to reorder the table rows and don't disable the sorting capabality from the others columns"
But now I finish implementing the plugin and I saw that I could not sort the other columns, there is any way to re-enable the sorting from the other columns, or a easy way to "enable/disable" the rowReorder plugin? Like if I add an extra button on my layout telling "Enable/Disable Reorder" is possible to do this?
This discussion has been closed.
Replies
Having said that, I don't know if this is possible in the plug-in, you'd probably need to have a look in its source or file an issue on that project.
Allan