Limited space in tables (Feature Request)

With the limited space (and inability to adjust cell heights and widths, or component column width), it would be nice if there were maybe a single button for the math keyboard for the entire table. Or the ability to disable it altogether in the CL. I often have the issue of not being able to see more than a character or two of a table entry because of all the real estate the keyboard icon takes up.

1 Like

I know it’s not really what you’re looking for, but you can control cell width(albeit in a really hacky way).

Table Cell Width

Yeah, I’ve done something similar using actual text but changing the color:

sp= `\textcolor{#EEEEEE}{space}`
cellContent(0,1): "${sp}Title${sp}"
2 Likes