vue-tidy-table
Version:
Create a HTML table that can be sorted, selected, and post-processed.
80 lines (52 loc) • 1.31 kB
Markdown
# Issue template
<!--
Mark the options below with [X] character
-->
I'm submitting a..
- [ ] Bug report
- [ ] Feature request
## Environment info
### Operating System
- [ ] Linux
- [ ] OSX 10.x
- [ ] Windows 10
<!--
Window minimum supported version (10 latest)
-->
### Node version
16.8.0
<!--
Node.js minimum supported version (16.x LTS)
run `node -v`
-->
### NPM version
8.19.4
<!--
NPM minimum supported version (8.x)
run `npm -v`
-->
### Web browser
- [ ] Chrome
- [ ] Firefox
- [ ] Edge
- [ ] Safari
#### Version
latest
### Vue version
3.2.0
Since I cannot be reproduce this issue using the package provided demo in a new project, I'm going to need some information about your app setup. Notably, the following items:
- [ ] Application created with [create vue](https://github.com/vuejs/create-vue?tab=readme-ov-file#create-vue)
- [ ] JSX enabled application (provide [Webpack](https://webpack.js.org) config sample)
- [ ] I have successfully run the [demo](https://github.com/nuxy/vue-tidy-table/tree/master/demo)
## Current behavior
<!--
Omit ### title header, if not applicable.
-->
### Bug report
<!--
Please provide steps to reproduce w/ implementation example.
-->
### Feature request
<!--
Clearly state the use-case for the requested addition/change.
-->