filtering by column
- Single Page
Posted 12 February 2012 - 22:08 PM
If not, is there an easy way to integrate datatables plugins with groceryCrud?
I've been running in circles for a week now, so I'm starting back at the beginning with groceryCrud.
Grocery Crud works great, except it doesn't have the individual column filters (that I can find?)
So I tried using datatables directly (via the Ignited Datatables library), and I really, REALLY liked the columnFilitering with this plugin: http://www.datatables.net/extras/thirdparty/ColumnFilterWidgets/DataTables/extras/ColumnFilterWidgets/
But it doesn't work with server-side data.
So then I tried the other filtering plugin: http://jquery-datatables-column-filter.googlecode.com/svn/trunk/default.html and got it working, though it's not as robust as the other one (which allows filtering on more than one value). Plus I'd still need to do all of the Create/Update/Delete pages, which Grocery does so nicely.
So before I do that work, I figured I'd check to see if I was missing a way to do the filtering with GroceryCrud.
Posted 16 February 2012 - 19:03 PM
Posted 04 March 2012 - 16:42 PM
protected function getListUrl()
{
return $this->state_url('');
}
to
protected function getListUrl()
{
return $this->state_url('../');
}
so mysite.com/listing --> list page
mysite.com/listing/crud/edit --> edit page
mysite.com/listing/crud/add --> add page
etc.
mysite.com/listing/crud still gives the grocery_crud formated listing, but my site's navigation never points to it.
I ended up changing some of the grocery_crud templates as well, but I think those were all just cometic changes.
Posted 11 September 2012 - 08:00 AM
I was thinking of posting a feature request. But then i found this old thread.. I would also like to see this feature. A way to filter each column.
Is it simple to add this manually?
Posted 06 March 2015 - 07:21 AM
Can you share a demo file with sql file, please?
I would like integrate individual column filters for flexigrid