-
I've implemented the TipTap editor with djangocms_text however the ability to add or remove rows or columns is not available to the user. Currently a 3x3 table is created by default but the user doesn…
-
Cc: @wicksipedia, @JackDevAU, @Ben0189
As raised by @ncn-ssw, when a table is inserted, it gets put into a new line even when the current line is empty. It would be cool if it gets inserted at the l…
-
When we paste tabular data (e.g. from table viz) we should paste as a Table.new not .to Table
-
The "center" column generated by the Draw Tool cannot be edited from the attribute table editor.
This is due to the format of the column in the database which is an array of float8.
Array type is no…
-
**Is your feature request related to a problem? Please describe.**
The nhost table editor doesn’t support composite primary keys, so for many-to-many tables, you will always need to use the Hasura co…
-
https://staging-aiid.netlify.app/cite/1
It looks like some `td` or `tr` is missing/leftover.
This doesn't seem to affect the display of classification data for non-editor users.
-
After edit, we should call `Table.new [...] . parse_columns . pretty` or `Column.new ... . parse . pretty` to get the proper representation of Table.new call.
-
### Is there an existing issue for this?
- [X] I have searched the existing issues.
### What happened?
When I try to select an asset, pipe for instance, in the ESDL table editor in the mapeditor th…
-
## 📝 Provide detailed reproduction steps (if any)
1. Add a table
2. click on a cell
3. click on a dropdown element in the editor toolbar
### ✔️ Expected result
The table dropdown is moved, or…
-
If adding a new column would exceed the limit, the `add column` button should be disabled.
If adding a new row would exceed the limit, there should be no placeholder displayed.