Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Prevent JSON parse error Users can pass in `{ enabled: true }` as the sortOptions, which means `initialSortBy` would be `undefined` and `JSON.parse` throws an error when you hand it `undefined`. So we need to default the value if it is not present. * Update src/components/Table.vue
- Loading branch information