1
votes

I have created a tabulator table and it looks great exactly what I want... enter image description here

I am then giving the users the ability to save it. I am saving the data, and the column definitions.

When I bring it back I the formatting looks completely incorrect, see below.

enter image description here

So the columns are there and look correct. The data is there, but clearly, the formatting is wrong. Can anyone suggest what I am missing to ensure the table comes back as expectetd??

Thanks

1

1 Answers

0
votes

I think I have sorted it... if anyone needs it I should have been using table.getColumnLayout(), rather than table.getColumns();