No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Data Table Localization

    Help
    2
    2
    1130
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • B
      brunoxp last edited by

      How do i localize a quasar-data-table component? Terms like “x item selected”, “CLEAR”, “All Columns”, “Rows”, “Search” placeholder, etc.

      Thanks

      1 Reply Last reply Reply Quote 0
      • rstoenescu
        rstoenescu Admin last edited by

        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!

        1 Reply Last reply Reply Quote 1
        • First post
          Last post