Siarhei's avatar

Library for simple, but useful tables

Hi to all! I tried a lot of libraries to output the data in the grids and I didn’t like all of them, so I wrote mine. Maybe it will be useful for someone =) https://github.com/bubooon/simple-tables

0 likes
4 replies
prasadchinwal5's avatar

@siarhei Thanks a lot for the package. Haven't tried your package but looks promising. Could you please list the features of your package in short so I can quickly check if I need to migrate my existing DataTables and vuetify datatable to your package ?

Thanks a lot :)

Siarhei's avatar

@PRASADCHINWAL5 - Sure, here current list of features (will add it in git repo too)

  • Show tables with data using Illuminate\Database\Eloquent\Builder
  • Set custom value for coumn using Closure
  • Pagination
  • Change page size
  • Sort by column
  • Filter by column (text input, dropdown)
  • Create your own filters
  • Full search input (search value from text input in list of columns)

Planning add ArrayDataProvider with same features.

Please or to participate in this conversation.