Hi, thanks for the library, but I've encountered a problem. I used the official sandbox for React from the repository (https://codesandbox.io/p/sandbox/react-quill-wcfghd) for testing. When I change the column width or height, the changes are visible, but the delta object still contains the old data for width. Changes in the delta are only visible if I enter text in the cell, which is inconvenient because I need to create an empty table template in my application. Could you tell me how to fix this? Only two options worked for me: generating a new delta from the HTML after changing the width; and using formatLine for each cell and passing the width attribute to table-cell. Both options seem too hacky to me. Is there another solution?

Hi, thanks for the library, but I've encountered a problem. I used the official sandbox for React from the repository (https://codesandbox.io/p/sandbox/react-quill-wcfghd) for testing. When I change the column width or height, the changes are visible, but the delta object still contains the old data for width. Changes in the delta are only visible if I enter text in the cell, which is inconvenient because I need to create an empty table template in my application. Could you tell me how to fix this? Only two options worked for me: generating a new delta from the HTML after changing the width; and using formatLine for each cell and passing the width attribute to table-cell. Both options seem too hacky to me. Is there another solution?