table icon indicating copy to clipboard operation
table copied to clipboard

[Feature] Add ability to customize column toolbox items

Open harsh376 opened this issue 1 year ago • 3 comments

Currently, the column toolbox items are static options:

Screenshot 2024-10-21 at 8 01 23 AM

harsh376 avatar Oct 21 '24 12:10 harsh376

Please, describe your use case

neSpecc avatar Oct 21 '24 12:10 neSpecc

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 :)

harsh376 avatar Oct 21 '24 12:10 harsh376

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.

Orionore avatar Oct 24 '24 14:10 Orionore