Support the ongoing development of Laravel.io →
Database Views Packages
Last updated 1 year ago.
0

sorry...but what do you mean by "grid package"?

https://github.com/bllim/laravel4-datatables-package

Last updated 1 year ago.
0

Take a look at Cartalyst datagrid. It's very powerful. We use it for pretty much everything. It's acceptible fast for huge tables.

https://cartalyst.com/manual/data-grid/2.0

I'm sure there are others out there too. Hope it helps.

Last updated 1 year ago.
0

Just started messing with data-grid as well from Cartalyst. The included front-end plugin makes this a powerful package.

I have used dataTables in the past and worked well for me. You have to prepare your data to make it work with dataTables server-side processing features but it is really good for free.

0

I tell people to forget datagrids and learn how to do a HTML table with pagination.
This gives you full control. All a datagrid is, is an HTML with links on headers for sorting and maybe a search form at the top of table. Surely you can make a link in a header.

0

Nah, data-grids are much more powerful than that. See mine, https://vimeo.com/120393740

0

Are you saying the grid isn't an HTML table?

0

This looks no different than a bake in cakephp! But you still have control in cake. Why does your video have a fag flipping people off??????????? I did not appreciate that!!!!!

Last updated 9 years ago.
0

What's wrong with the video... its like its been hacked? The jewellery demo at the end is pretty smart.

0

jimgwhit said:

This looks no different than a bake in cakephp! But you still have control in cake. Why does your video have a fag flipping people off??????????? I did not appreciate that!!!!!

There is no one flipping anyone off, that's magic man. http://www.reactiongifs.com/r/mgc.gif

yes, a data grid can be much more than just an html table. it's about filtering data and multiple pagination principles.

Also using the term fag is derogatory, demeaning, and unprofessional. I do not appreciate that.

https://demo.cartalyst.com/data-grid.

@snapey what was wrong with the video that made you feel it was hacked?

Last updated 9 years ago.
0

Try Nayjest/Grids for Laravel 4 & 5

Features

  • Data providers (php array, Eloquent model, DBAL query object)
  • Themes support
  • Individual views for UI components
  • Twitter Bootstrap v3 used by default
  • Caching
  • Smart input handling allows to avoid conflicts with get parameters & easily place few interactive grids on same page
  • Component architecture
  • Rich variety of components:
    • CSV & Excel export
    • Records per page dropdown
    • Show/hide columns UI control
    • Sorting
    • Filtering
    • Totals calculation (sum, average value, records count, etc)
    • Pagination
    • etc
Last updated 9 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

sandip2490 sandip2490 Joined 20 Nov 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.