Data Cell Merge from left to right
Definition
By default 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
| Jira |
|---|
| server | Syensqo's Jira |
|---|
| columnIds | issuekey,summary,issuetype,created,updated,duedate,assignee,reporter,priority,status,resolution |
|---|
| columns | key,summary,type,created,updated,due,assignee,reporter,priority,status,resolution |
|---|
| serverId | d8efc1ef-48bd-3b4e-8714-ad827f4f059b |
|---|
| key | LB-5258 |
|---|
|
LB-6098 - Authenticate to see issue detailsUse-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.
| Jira |
|---|
| server | Syensqo's Jira |
|---|
| columnIds | issuekey,summary,issuetype,created,updated,duedate,assignee,reporter,priority,status,resolution |
|---|
| columns | key,summary,type,created,updated,due,assignee,reporter,priority,status,resolution |
|---|
| serverId | d8efc1ef-48bd-3b4e-8714-ad827f4f059b |
|---|
| key | LB-6450 |
|---|
|