Table Edit Text Size

When I go into the table to edit the data, the text is very small. How can I make the edit text size the same as the display text size?

Ehm, I don’t think there is a way to do it…

If you are using a Power Table, put the following in the configureEditor extension function.

return {"font":self.font}

Very clever :thumb_left: Another advantage of the power table is that the height of the rows of the regular table remain fixed, while the rows of the power table can be set to automatically scale.

[quote]If you are using a Power Table, put the following in the configureEditor extension function.

Code: return {"font":self.font}
[/quote]

Goodness, I honestly thought that there was no way to do it… But yes, that works! :open_mouth: