⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

Adding default Flexigrid properties in GroceryCrud demo



francoross

francoross
  • profile picture
  • Member

Posted 12 February 2015 - 21:52 PM

Hi everyone! :)

problem is this:

 

I download Codeigniter & GroceryCrud following your guide http://www.grocerycrud.com/documentation/video-tutorial-quick-installation-guide

 

In your version of Flexigrid there are many missing default features like

  • Resizable columns
  • Resizable height
  • Sortable column headers
  • Show/hide columns
  • Search funcion Hide/Show field

Demo from GroceryCrud

 

d4sxue.png

 

Original features missing:

 

cUWlev.png

Also column headers are sortable but not in your Demo

 

In this page you can see default features:

http://sanderkorvemaker.nl/test/flexigrid/

 

I would like to add these 5 features into your demo seen in http://www.grocerycrud.com/documentation/video-tutorial-quick-installation-guide without delete other features/text/fields but simply add these features

 

Where code must I edit in Flexigrid.js or .php? :(

 

 

 

 

 

 

 

 


Amit Shah

Amit Shah
  • profile picture
  • Member

Posted 13 February 2015 - 03:04 AM

Well.. first of all, welcome to the world of GC.

 

if u understand the GC library, the main purpose of the same is to provide CRUD @runtime based on the configurations provided. What this library generates is a table as an output and it applies the flexigrid functionality over a table. What you see out there is that i generates the flexigrid based on the JSON ... so there - u have much more options to deal on with. But then if that is what you are expecting, you can play around with the library and generate the desired functionality. And if u achieve something in that direction.. feel free to share the same .. so others can take advantage of it.


francoross

francoross
  • profile picture
  • Member

Posted 13 February 2015 - 13:24 PM

Thanks for reply.

This is my first time that I try to integrate Codeigniter with GC library and for you demo all is working.

 

I don't understand well which files and which code i have to edit to add features described above.