devsnorte / puto-framework

Vue nude HTML framework powered by putoness
https://puto-framework.netlify.com/
MIT License
19 stars 10 forks source link

PDataTable Proposal #24

Closed Yemolai closed 3 months ago

Yemolai commented 5 years ago

Description

Implementation of PDataTable with components (PDataTableRow, PDataTableCell, PDataTableHeader) with headers and items props.

PDataTable renders given items based on given headers names.

Resolve (Issues)

Issues that were solved with the PR

Created components

lubien commented 5 years ago

@lubien I was thinking of adding pagination, what do you think?

Sounds perfect

Yemolai commented 5 years ago

I'll need to use the PPagination (requested on #17) component with a PSelect (requested on #18) within it to be able to switch pages and change the items per page prop, so I'm impementing with a basic proposal to wait for the other components to be ready and then be refactored to use those components, would this be an issue?

lubien commented 5 years ago

I'll need to use the PPagination

Since you have one implementation already maybe we can use it then later @Lakshamana can on this on if needed on a future PR.

How about you @urielfcampos what's the state of your assignment?

urielfcampos commented 5 years ago

I am working on it, been a bit busy but i will try to finish it this weekend

gabriel-rodrigues-avenue8 commented 3 years ago

Hey @urielfcampos still busy?