Skip to content

Commit

Permalink
fix(*): default
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiarrowood committed Apr 1, 2024
1 parent c791c4d commit b6c28bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/KTable/KTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ const props = defineProps({
*/
resizeColumns: {
type: Boolean,
default: true,
default: false,
},
/**
* Enable client side sort - only do this if using a fetcher
Expand Down

0 comments on commit b6c28bc

Please sign in to comment.