You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm triying to fix a problem with @selectionChanged="selectedRows = $event" on a v-table. I'm triying to get the data after to apply a filter to export to csv. But in my selectedRows: [] never arrive the data filtered. This is my code:
Hi.
I'm triying to fix a problem with
@selectionChanged="selectedRows = $event"
on av-table
. I'm triying to get the data after to apply a filter to export to csv. But in myselectedRows: []
never arrive the data filtered. This is my code:<v-table :data="data" :filters="filters" @selectionChanged="selectedRows = $event" :currentPage.sync="currentPage" :pageSize="pageSize" @totalPagesChanged="totalPages = $event" class="border mx-auto block text-center table table-striped table-bordered table-condensed w-75" :rows-per-page-items="opts">
....
what I'm doing wrong?
I have "vuejs-smart-table": "0.0.8",
The text was updated successfully, but these errors were encountered: