|
|
|
|
|
by ebg13
2413 days ago
|
|
The basic gist of one feature I want to add is a cell delimiter split that turns one row into more rows (repeating the nonsplit cells) with grouping to determine whether the splits happen concurrently or sequentially if multiple of such splits happen in the same row (resulting in a Cartesian product-like result or not). Right now you only have a split that turns one column into more columns. I have code for this already and I'd just want to add it to the UI. |
|