HC

Results 36 comments of HC

@CWijaya Workaround here: you can use the timestamp for sorting and use `item-slot` to display the date string in a readable format by using `Day.js` or any other util function....

Please provide more information about Rowspan / Colspan

I am afraid that it will be confusing when there are duplicated items.

Yes,but I will provide item with index for your case.

@mokadevcloud Please update to the latest version `1.5.20` then you can use the second param of `expand-row` event like this: ```vue const load = async (index: number, item: Item): Promise...

@balajidharma @jdbocarsly Please update to the latest version `1.5.39`.

Seems to be an eslint error. What about this workaround: ``` import * as Vue3EasyDataTable from 'vue3-easy-data-table'; ```

Please provide more details about `with or without accents`, do you have an example?

@Merdmann1007 Sorry for this issue, Please update to the latest version `1.5.22`, then table pagination will turn to the first page after filter options updates.

You can refer to the feature [Server side paginate and sort](https://hc200ok.github.io/vue3-easy-data-table-doc/features/server-side-paginate-and-sort.html), then use your own Restful API.