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!