Hidden column sorting and colspan
Hidden column sorting and colspan
Here's what i want to do, please tell me if it's possible to do so:
1. There are four header columns
2. There are two data columns with colspan of 2 each [this is important for the kind of layout being proposed for our project], but sorting will not be performed based on these columns
3. There are four hidden columns based on which actual sorting will be done.
4. Use "iDataSort" to map the header columns and the hidden columns to sort
I know how to implement points 1, 3 and 4. How do i achieve point 2, i mean assign colspan?
I'm aware that straightforward sorting is not possible with colspan for now. But since sorting will not be performed based on the columns having colspan, i thought it would be possible.
Thanks and hoping for the best.
1. There are four header columns
2. There are two data columns with colspan of 2 each [this is important for the kind of layout being proposed for our project], but sorting will not be performed based on these columns
3. There are four hidden columns based on which actual sorting will be done.
4. Use "iDataSort" to map the header columns and the hidden columns to sort
I know how to implement points 1, 3 and 4. How do i achieve point 2, i mean assign colspan?
I'm aware that straightforward sorting is not possible with colspan for now. But since sorting will not be performed based on the columns having colspan, i thought it would be possible.
Thanks and hoping for the best.
This discussion has been closed.
Replies
Allan