-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a custom formatter for tables #1
Comments
This becomes relevant as rubberband should be improved. |
I would not expect that this is happening soon. Rough formatting is already available through format strings. |
As a preliminary step it would then also be nice to have formatstrings for the individual compare columns and the aggregations. |
Aggregations (should) use the same formatting that the corresponding columns use. The Evaluation itself has an attribute comparecolformat that you can use for compare columns. |
Okay, that seems to be broken then. The getColumnFormatter method still uses thelevel and seems to scramble up a colindex with more than one entry |
I'll fix it |
The formatter class should be representable as XML element tree. It should be able to do the following:
The text was updated successfully, but these errors were encountered: