Skip to content

Commit

Permalink
fix(ktabledata): show loading when revalidating
Browse files Browse the repository at this point in the history
  • Loading branch information
portikM committed Oct 17, 2024
1 parent 040c6bc commit 7c219d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/KTableData/KTableData.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
:hide-pagination="hidePagination || !showPagination"
:hide-pagination-when-optional="false"
:hide-toolbar="hideToolbar"
:loading="loading || isTableLoading"
:loading="loading || isTableLoading || isRevalidating"
:max-height="maxHeight"
:nested="nested"
:pagination-attributes="tablePaginationAttributes"
Expand Down

0 comments on commit 7c219d6

Please sign in to comment.