Skip to content

🤡🤡🤡 a lightweight and high quality nested table component for Vue 2.x 🎩

License

Notifications You must be signed in to change notification settings

jardenliu/vue-nested-table

Repository files navigation

vue-nested-table

🤡🤡🤡 a lightweight and high quality nested table component for Vue 2.x 🎩

Installation

    npm install vue-nested-table -S
    # or
    yarn add vue-nested-table

Usage

  1. Register as a global componennt for your project.
    import Vue from 'vue'
    import VueNestedTable from 'vue-nested-table'

    Vue.use(VueNestedTable) // <nested-table></nested-table>
  1. As a sub component of a specific view.
    import NestedTable from 'vue-nested-table'

    export {
        components:{
            NestedTable
        }
    }

Features

  • Infinite Scroll
  • Header Fixed
  • Custom Render
  • Column Fixed
  • Column Settings
  • Width Draggable
  • Multiple choice
  • Sorting
  • Filter

Docs & Examples

To check out live examples and docs, visit vue-nested-table docs.

Thanks

...

LICENSE

MIT

About

🤡🤡🤡 a lightweight and high quality nested table component for Vue 2.x 🎩

Resources

License

Stars

Watchers

Forks

Releases

No releases published