You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am facing the following problem:
When creating a bullet list in a cell and then try to import the data after exporting, a TypeError occurs: Uncaught TypeError: Cannot convert undefined or null to object
Also adding a new bullet point doesn't work.
The text was updated successfully, but these errors were encountered:
Refer to #12. setContents causes the table to not display properly, replace with updateContents.
The Pull request needs to be merged to resolve the setContents issue.
@attoae I am using updateContents and the table is displayed after re-importing, but with smaller row size or some cells are deleted.
There are also some problems during editing like:
When adding some points and then delete one with backspace a new cell will be added
First thanks for the great plugin.
I am facing the following problem:
When creating a bullet list in a cell and then try to import the data after exporting, a TypeError occurs:
Uncaught TypeError: Cannot convert undefined or null to object
Also adding a new bullet point doesn't work.
The text was updated successfully, but these errors were encountered: