[Feature] Add ability to customize column toolbox items
Currently, the column toolbox items are static options:
Please, describe your use case
I want to provide the user the ability to perform an operation for all the cells in a column. Some example operations:
- Change column type/Format column
- Move column to right/left
While I could get around this by attaching handlers to say the cells in the header row, I want to reduce the cognitive overhead that comes with having multiple column-specific clickables.
P.s: thanks for the quick reply, appreciate it :)
Personally, I appreciate EditorJS, but the tables are too simple. I'd like to:
- merge cells
- write ul/ol lists in the cells
- make the table responsive on mobile
If anyone has already come across some code snippets on this topic, I'm interested. I will probably produce something myself in the coming weeks.