HC

Results 36 comments of HC

Actually, if you want to customize the UI of `rows selector`, you can use: - `theme-color` prop to customize the color of the active option - CSS variables: `--easy-table-footer-font-color` and...

@therealokoro Do you mean customization like how [`Footer customization`](https://hc200ok.github.io/vue3-easy-data-table-doc/features/footer-customization.html) does by using some exposed variables/methods or composable functions?

@therealokoro I have exposed new `rows-per-page` related variables and functions: | Name | Type | Description | | -------- | ----------- | ---- | |rowsPerPageOptions | variable | Options of...

Infinite scroll is more like a list component feature, but technically it can be an alternative loading way in `server-side` mode, so I keep it as a medium priority.

@Tchoupinax Could you provide more details such as the version, It seems no problem with the newest version https://codesandbox.io/s/via-cdn-forked-k4nlll?file=/index.html

What about reinstall your vuejs devtools? https://chrome.google.com/webstore/detail/vuejs-devtools/nhdogjmejiglipccpnnnanhbledajbpd

@warflash sorry for the late handle,the multi sort feature is under development,expected to be released today or tomorrow.

@warflash Please update to the latest version `1.5.3` and refer to the document here: https://hc200ok.github.io/vue3-easy-data-table-doc/features/multiple-fields-sorting.html

@ml1nk @warflash Please update to the latest version `1.5.12` and now you can set the prop `multi-sort: true` and header property `sortable: true` to make specific fields sortable. Document updated:...

Please try using the [Class name customization](https://hc200ok.github.io/vue3-easy-data-table-doc/features/class-name-customization.html) feature, then customize the `nowrap` related CSS property by class name.