vue-bulma / vue-admin

We are refactoring it, using the latest Vue and Bulma. WIP
9.43k stars 1.61k forks source link

Tables #7

Open fundon opened 8 years ago

fundon commented 8 years ago
pinguinjkeke commented 7 years ago

I'm using vue-admin for closed commercial project and datatables is a real problems.

  1. Datatables should be closely connected with admin-panel, so it's a bad decision to use other's components, there should be own component highly integrated in panel with routing, maybe some vuex states.
  2. Datatables should provide an API for backend, than developer can implement it on a server.
  3. Datatables should provide an typeable fields (not only string, integers) for images, some custom types like actions field, etc.
  4. Pagination support
  5. Sorting support.
  6. Field search support.
  7. Support of per page functionality.

I have implemented tables in my own project. Each field is a component, representing it's view.

I can make a PR with it. Tables is written in pug language

image

zhihuiFan commented 7 years ago

hi @pinguinjkeke I do want the feature you provided here, what is the PR status now?