Data Table Localization
-
How do i localize a quasar-data-table component? Terms like “x item selected”, “CLEAR”, “All Columns”, “Rows”, “Search” placeholder, etc.
Thanks
-
Just realized this is missing from the docs. For the config prop (http://quasar-framework.org/components/data-table.html#Config-Property), specify:
labels: { columns: 'Coluuuuumns', allCols: 'Eeeeeeeeevery Cols', rows: 'Rooows' }
For “x item selected” and “clear” please open a request on github so I won’t forget. This somehow got slipped out. Thanks!