Closed Yemolai closed 3 months ago
@lubien I was thinking of adding pagination, what do you think?
Sounds perfect
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?
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?
I am working on it, been a bit busy but i will try to finish it this weekend
Hey @urielfcampos still busy?
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