vueye-table
A data table created using Vue.js
File Explorer
- extensions.json
- settings.json
- main.css
- tailwind.css
- users.json
- Inter.ttf
- Rubik-Italic-VariableFont_wght.ttf
- Rubik-VariableFont_wght.ttf
- Basic.vue
- Demo.vue
- Features.vue
- Header.vue
- Logo.vue
- NavigationMenu.vue
- Rating.vue
- Basic.vue
- CodeGroup.vue
- CodeGroupTabsHeader.vue
- Accordion.vue
- AccordionContent.vue
- AccordionItem.vue
- AccordionTrigger.vue
- index.ts
- Alert.vue
- AlertDescription.vue
- AlertTitle.vue
- index.ts
- Badge.vue
- index.ts
- Breadcrumb.vue
- BreadcrumbEllipsis.vue
- BreadcrumbItem.vue
- BreadcrumbLink.vue
- BreadcrumbList.vue
- BreadcrumbPage.vue
- BreadcrumbSeparator.vue
- index.ts
- Button.vue
- index.ts
- Card.vue
- CardContent.vue
- CardDescription.vue
- CardFooter.vue
- CardHeader.vue
- CardTitle.vue
- index.ts
- index.ts
- Input.vue
- index.ts
- Menubar.vue
- MenubarCheckboxItem.vue
- MenubarContent.vue
- MenubarGroup.vue
- MenubarItem.vue
- MenubarLabel.vue
- MenubarMenu.vue
- MenubarRadioGroup.vue
- MenubarRadioItem.vue
- MenubarSeparator.vue
- MenubarShortcut.vue
- MenubarSub.vue
- MenubarSubContent.vue
- MenubarSubTrigger.vue
- MenubarTrigger.vue
- index.ts
- NavigationMenu.vue
- NavigationMenuContent.vue
- NavigationMenuIndicator.vue
- NavigationMenuItem.vue
- NavigationMenuLink.vue
- NavigationMenuList.vue
- NavigationMenuTrigger.vue
- NavigationMenuViewport.vue
- dark.ts
- index.ts
- 1.get-started.md
- 1.props.md
- 1.slots.md
- 1.basic.md
- default.vue
- docs.vue
- utils.ts
- [...slug].vue
- index.vue
- colored-logo.png
- white-logo.png
- favicon.ico
- tsconfig.json
- .gitignore
- app.vue
- components.json
- nuxt.config.ts
- package.json
- README.md
- tailwind.config.js
- tsconfig.json
- tsconfig.json
- app.vue
- nuxt.config.ts
- package.json
- tsconfig.json
- plugin.ts
- module.ts
- .editorconfig
- .eslintignore
- .eslintrc
- .gitignore
- .npmrc
- CHANGELOG.md
- package.json
- README.md
- tsconfig.json
- favicon.ico
- white-logo.ico
- Cairo.ttf
- Inter.ttf
- Rubik-Italic-VariableFont_wght.ttf
- Rubik-VariableFont_wght.ttf
- silka-regular-webfont.ttf
- silka-regularitalic-webfont.ttf
- colored-logo.png
- white-logo.png
- AppHeader.vue
- DarkModeToggle.vue
- ArrowUpDownIcon.vue
- ArrowUpIcon.vue
- ChevronDownIcon.vue
- ChevronLeftIcon.vue
- ChevronRightIcon.vue
- ChevronUpIcon.vue
- DoubleChevronLeftIcon.vue
- DoubleChevronRightIcon.vue
- VueyeCheckbox.vue
- api.ts
- index.ts
- VueyeBody.vue
- api.ts
- index.ts
- VueyeDropdown.vue
- api.ts
- index.ts
- VueyeHead.vue
- api.ts
- index.ts
- VueyePagination.vue
- index.ts
- index.ts
- useBodyRows.ts
- useHeaderKeys.ts
- useHeaders.ts
- usePagination.ts
- useSelection.ts
- default.css
- Column.ts
- index.ts
- Row.ts
- Utils.ts
- body.ts
- header.ts
- humanize.ts
- index.ts
- api.ts
- index.ts
- VueyeTable.vue
- index.ts
- dark.ts
- index.ts
- basic.story.md
- basic.story.vue
- empty.story.vue
- filter.story.vue
- headerslots.story.md
- headerslots.story.vue
- loading.story.md
- loading.story.vue
- rowslots.story.md
- rowslots.story.vue
- select.story.vue
- main.css
- App.vue
- auto-imports.d.ts
- histoire-setup.ts
- main.ts
- vite-env.d.ts
- VueyeDropdown.test.ts
- VueyePagination.test.ts
- useBodyRows.test.ts
- useHeaders.test.ts
- usePagination.test.ts
- auto-imports.d.ts
- .eslintrc-auto-import.json
- body.test.ts
- header.test.ts
- humanize.test.ts
- .eslintrc-auto-import.json
- .gitignore
- .pnpmfile.js
- components.d.ts
- env.d.ts
- histoire.config.ts
- index.html
- package.json
- postcss.config.js
- README.md
- tailwind.config.js
- tsconfig.config.json
- tsconfig.json
- tsconfig.node.json
- vite.config.ts
- .eslintrc.js
- .gitignore
- .npmrc
- .prettierrc
- CHANGELOG.md
- env.d.ts
- LICENSE
- package.json
- pnpm-workspace.yaml
- README.md
- tsconfig.json
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
npm install
View Details ▼
npm install
Install Node packages.
npm {{[i|install]}}
Install dependencies listed in `package.json`:
npm {{[i|install]}} {{package_name}}@{{version}}
Download a specific version of a package and add it to the list of dependencies in `package.json`:
npm {{[i|install]}} {{package_name}} {{[-D|--save-dev]}}
Download the latest version of a package and add it to the list of dev dependencies in `package.json`:
script
View Details ▼
script
Record all terminal output to a typescript file.
script
Record a new session to a file named `typescript` in the current directory:
exit
Stop recording:
script {{path/to/session.out}}
Record a new session to a custom filepath:
