mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Fixed #5046 - DataTable: Hydration attribute mismatch with sortable columns
This commit is contained in:
parent
088d3409de
commit
19cd180575
28 changed files with 42 additions and 55 deletions
|
@ -18,14 +18,13 @@
|
|||
|
||||
<script>
|
||||
import BaseIcon from 'primevue/baseicon';
|
||||
import { UniqueComponentId } from 'primevue/utils';
|
||||
|
||||
export default {
|
||||
name: 'TrashIcon',
|
||||
extends: BaseIcon,
|
||||
computed: {
|
||||
pathId() {
|
||||
return `pv_icon_clip_${UniqueComponentId()}`;
|
||||
return `pv_icon_clip_${this.id}`;
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue