How to permit column sorting when using rowReordering?

How to permit column sorting when using rowReordering?

leonardolimaleonardolima Posts: 5Questions: 0Answers: 0
edited August 2012 in General
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?

Replies

  • allanallan Posts: 63,535Questions: 1Answers: 10,475 Site admin
    I don't understand how row reordering and sorting can be used together - surely the two are mutually exclusive? As soon as you drop a row, it will be resorted back to where it originally was?

    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
This discussion has been closed.