Skip to content

Commit

Permalink
added local-data as prop to table
Browse files Browse the repository at this point in the history
  • Loading branch information
HalcyonJAC committed Jul 27, 2022
1 parent c10dcbd commit 1ca54b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/Exercise/Reports/Handover.vue
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
:data="report.rows"
:columns="tableColumns"
:page-size="1000"
local-data
@change="getTableData"
>
<template #row="{row}">
Expand Down

0 comments on commit 1ca54b1

Please sign in to comment.