Github user josiahsams commented on the pull request:
https://github.com/apache/spark/pull/8506#issuecomment-140018832
@vanzin , As you rightly pointed out, I have removed the row level grouping
(rowspan) based on the Attempt ID, as the current javascript library used for
sorting table "sorttable.js" messes up the table data during sorting. For that
matter, as far as I know, no stable table sort logic out there that can support
rowspan.
But we can definitely try out workarounds like, creating inner tables
inside the cells for each column and make that table data non-sortable. This
will call for more code changes but will result in having more non-sortable
fields.
So in order to keep things simple, I removed "rowspan" from the equation,
and made the "App ID" field to show values(links will be different based on the
attempt ID) for every attempt made.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]