Skip to content

Commit

Permalink
chore(demo): Composite Editor unsaved styling should follow Sort chan…
Browse files Browse the repository at this point in the history
…ges (#1809)
  • Loading branch information
ghiscoding authored Jan 21, 2025
1 parent 4984ace commit c39fbaa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions demos/vue/src/components/Example30.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1158,8 +1158,7 @@ function renderItemCallbackWith4Corners(item: any): string {
@onCompositeEditorChange="handleOnCompositeEditorChange($event.detail.eventData, $event.detail.args)"
@onItemDeleted="handleItemDeleted($event.detail)"
@onGridStateChanged="handleOnGridStateChanged($event.detail)"
@onFilterChanged="handleReRenderUnsavedStyling()"
@onPaginationChanged="handleReRenderUnsavedStyling()"
@onRowsOrCountChanged="handleReRenderUnsavedStyling()"
@onValidationError="handleValidationError($event.detail.eventData, $event.detail.args)"
@onVueGridCreated="vueGridReady($event.detail)"
>
Expand Down

0 comments on commit c39fbaa

Please sign in to comment.