volser / quill-table-ui

BSD 3-Clause "New" or "Revised" License
62 stars 15 forks source link

How to change labels? #12

Open rickyalmeidadev opened 3 years ago

rickyalmeidadev commented 3 years ago

I didn't find anything related to it in the docs. I noticed that there is a menuItems key, but how should I define it?

These labels I mean: image

v1talii-dev commented 2 years ago

+1

spalenza commented 2 years ago

+1

pamelacfelipe commented 9 months ago

I was facing this same problem and found out this issue. The solution is not pretty, but maybe will help someone in the future.

var tableUi = quill.getModule('tableUI');

tableUi.menuItems[0].title = 'Inserir coluna à direita';