Row formating linked to an attribute

Issue #248 resolved
Ryan Clapp created an issue

When building highly formatted financial reports users require row wise formating to differentiate totals (think boarder), grand total (double boarder), and sections (thin boarder).

As a developer I would like an easy and repeatable way to apply row formatting to financial reports. I want to be able to define a row formatting class attribute (subtotal for example)

When the dimension is on rows I can set the hands on table grid to read the formatting class from that attribute. This will speed up development by not having to define json like below for each grid.

Comments (5)

  1. Ada Trajer

    This option is already available in the app, you have to use the following syntax:

    "rowFormat": {

    "": [

    { "attribute": "Class Name" }

    ]

    },

    You can set the attribute for the row dimension which holds the class name.

  2. Log in to comment