I have table in which I underline text to simulate links.
- I edit table
- I select the entire column
- I click the Underline button to format all cells in the column (and I remove the underline from the column header again).
Now when I append a row through behavior, the underline formatting is not applied to the new row. Can you fix that?
1 answer
Currently ForeUI’s table only stores the formatting information on every grid, and it doesn’t store the formatting preference for entire row or column, that’s why the grid in new row doesn’t know about the previous formatting.
We may improve this in the future.