I’ve created a table using the modular content block. It takes table rows, which then takes table cells.
So the structure is like this:
Table (Modular)
- Table Row (Modular)
- Table cell (Input fields/Boolean toggles)
Of course following this structure you can have any amount of Rows with cells, but it gives a very easy to use UI to create tables, and required no code changes to have different size tables etc.
The problem is, when typing into any of the fields, the entire page jumps up and down, you can’t see what you’re typing and the more you type, the more it jumps. On occasion the page crashes and progress is lost.
This is of course, a pretty significant issue.
We cannot use the built in table in the editor, as it doesn’t fit our use case of tables.
Any help would be appreciated but i’m assuming, based on the behaviour of it, in your editor code something is updating and reloading the entire table on every key press.