You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm guessing that's because the next row is only the summary. There is no column to pull data from.
A) Is there a way to sort the two rows together?
B) Is there a way to skip the summary row so that the rows sort, even if it puts the summary row out of order? (I can move them back into place using the aftertablesort event.)
C) Is there a better way of organizing my data so that I would get the same effect? (Summary data is long, so it can't just live in it's own column without looking terrible.)
The text was updated successfully, but these errors were encountered:
I have a table that looks something like:
When I click on a header, I get:
I'm guessing that's because the next row is only the summary. There is no column to pull data from.
A) Is there a way to sort the two rows together?
B) Is there a way to skip the summary row so that the rows sort, even if it puts the summary row out of order? (I can move them back into place using the
aftertablesort
event.)C) Is there a better way of organizing my data so that I would get the same effect? (Summary data is long, so it can't just live in it's own column without looking terrible.)
The text was updated successfully, but these errors were encountered: