Skip to content

Instantly share code, notes, and snippets.

@laurisstepanovs
Created July 10, 2023 08:19
Show Gist options
  • Save laurisstepanovs/72f0f88ce00b53765df12193f2b3fa40 to your computer and use it in GitHub Desktop.
Save laurisstepanovs/72f0f88ce00b53765df12193f2b3fa40 to your computer and use it in GitHub Desktop.
...
<KTDatatable
...
@on-items-per-page-change="onItemsPerPageChange"
...
>
...
</KTDatatable>
...
const onItemsPerPageChange = () => {
setTimeout(() => {
MenuComponent.reinitialization();
}, 0);
};
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment