Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I've found a decent substitute that fits my needs pretty well: a Symfony plugin called <a href="http://www.laigu.net/en/recursos-lliures/symfony-plugins/plugin-symfony-laiguextgridplugin" rel="nofollow">laiguExtGridPlugin</a>. It's not a framework, but it using JSON calls to get data and displays it with sorting and pagination. I haven't actually implemented it yet, I'm going to read though the source code tonight to see how to do so--there's very little documentation on the plugin, go figure. I'll end up posting something on my blog once I do implement it.</p> <p><strong>Update:</strong> the laiguExtGridPlugin has been implemented, but it sits ontop of a Javascript library called <a href="http://www.sencha.com/products/extjs/" rel="nofollow">ext</a>. This library is massive, over 27 megs. That's for the full library. The part that I use is around 100KB. I also use jQuery, so both of those libraries loading (which, thankfully, it's only for one page) is quite unacceptable. I will be switch to a jQuery-base grid system.</p> <p>I also found a commerically licensed jQuery plugin called <a href="http://trirand.net/default.aspx" rel="nofollow">jqGrid</a> from Trirand. It's a bit out of my price range at $599 for a one seat license with subscription, source, and priority support or $450 for just a license. However, it does look quite nice and reminds me very much of the newer Msoft Office UIs.</p> <p>For now the former will do just fine; however, I am going to be looking around for a framework. I may just make one myself.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload