HC
HC
I tried to use `shallowClone` function: ``` function shallowClone(obj: Item): Item { return Object.create( Object.getPrototypeOf(obj), Object.getOwnPropertyDescriptors(obj), ); } ``` to clone every property of the item including `get property` instead...
@MABURUKI Do you mean filtering feature here: https://hc200ok.github.io/vue3-easy-data-table-doc/features/filtering.html
@Weasy666 Maybe you can use [Class name customization](https://hc200ok.github.io/vue3-easy-data-table-doc/features/class-name-customization.html) feature to group rows with the same date by setting the same background color.
Please update to the latest version.
Here is a workaround you can refer to: https://hc200ok.github.io/vue3-easy-data-table-doc/features/header-slot.html#customize-headers-slot
@nclemeur Could you please provide a reproduction so that I can debug?