Skip to content

is it possible to support i18n in table col title? maybe a demo ? #67

@016

Description

@016

the vue3-datatable is very good, I am using it in my new project right now. but I have a question need ask, here is the thing, I need allow user change language in VUE app, which means the table col title need be translate like
{field:"s_id", title:t('ship.s_id') , isUnique: true, type: 'number' },
but the code will not do auto translate, I have to use watch to do it, which is working but not good, do u guys have a better way to support it? if the answer is yes, maybe write a new demo code?

again, thx for your great work!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions