You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

In order to ease table reading, by default, the table has its data merged from left to right columns.
Thus, the rows where there are identical values are merged, starting from the first column on the left. The merging continues from left to right until a column with different values is encountered.

Jira Issue

LB-5258 - Getting issue details... STATUS
LB-6098 - Authenticate to see issue details

Use-cases

Use-case n°1:

  • Given the user can move a column to the first position in the table with a simple drag/drop
  • When in the first column consecutive values are identical
  • Then those consecutive-identical values are vertically merged into one cell

Use-case n°2:

  • Given the user can move the position of a given column in the table with a simple drag/drop
  • When the values of the previous columns are merged
  • Then the consecutive-identical values of the next column are vertically merged into one cell



Future Improvements

  • User can choose to view merged cells or not → make this feature as a configuration option.



  • No labels