Skip to content

Commit

Permalink
fix: disable open row on click
Browse files Browse the repository at this point in the history
  • Loading branch information
popstas committed May 14, 2022
1 parent d619664 commit 6cc6312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,10 @@
:columns="columns"
:data="filteredItems"
:options="tableOptions"
@row-click="rowClick"
@sorted="updateUrlQuery"
ref="table"
>
<!-- @row-click="rowClick" -->
<template slot="child_row" slot-scope="props">
<ItemDetails @hideTable="onHideTable" :item="$store.getters.getItemByDefaultField(props.row[$store.state.defaultField])"></ItemDetails>
</template>
Expand Down

0 comments on commit 6cc6312

Please sign in to comment.