Git Product home page Git Product logo

Comments (6)

shff avatar shff commented on July 25, 2024

Componente básico criado em 666ffc1

Exemplo de uso:

    <List :value="[{x: 1, y: 2}]" :columns="[{name:'x', title: 'Ex'}, {name:'y', title: 'Yaw'}]" />

Pendente:

  • Paginação (apenas frontend por enquanto)
  • Ordenação (clicando nas colunas)
  • Clicar em uma coluna para executar uma ação
  • Campos especiais (talvez via slot-scope?)

from educat-erp.

shff avatar shff commented on July 25, 2024

Paginação adicionada em bb395cb

Exemplo de uso:

    <List :value="[{x: 1, y: 2}, {x: 2, y: 2}, {x: 3, y: 2}, {x: 4, y: 2}, {x: 5, y: 2}, {x: 6, y: 2}, {x: 7, y: 2}, {x: 8, y: 2}, {x: 9, y: 2}, {x: 10, y: 2}, {x: 11, y: 2}, {x: 12, y: 2}, {x: 13, y: 2}, {x: 14, y: 2}, {x: 15, y: 2}, {x: 16, y: 2}, {x: 17, y: 2}, {x: 18, y: 2}, {x: 19, y: 2}, {x: 20, y: 2}]"
      :columns="[{name:'x', title: 'Ex'}, {name:'y', title: 'Yaw'}]"
      :per-page="5" />

from educat-erp.

shff avatar shff commented on July 25, 2024

Sorting adicionado em 8e42c7b

from educat-erp.

shff avatar shff commented on July 25, 2024

Filtro adicionado em d4a8000

from educat-erp.

shff avatar shff commented on July 25, 2024

Responsividade adicionada em 6416f28

from educat-erp.

shff avatar shff commented on July 25, 2024

Lista clicável adicionada em 0c37ea6

Campos customizados via slots adicionados em c1b2d28

from educat-erp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.