thecodingmachine / mouf-html.widgets.evolugrid

This package contains the EvoluGrid widget. This is an HTML/Ajax datagrid that can be used to display data. It's main difference with other datagrids is that you can chage the set of columns dynamically depending on the paginated results you are looking at.
0 stars 16 forks source link

url link - grid error #35

Closed snowwhite686 closed 7 years ago

snowwhite686 commented 7 years ago

Hi,

I created a grid instance and tried accessing the below url and i get the following error. capture_controller capture_evol4 capture_evol3 capture_evol2 capture_evol1

http://localhost/gmvc/getting-things-done-basic-edition/getseekerslist

Not sure, am i missing something?

please help.

thanks neetha

xhuberty commented 7 years ago

It seems that the dataset given to the resultSet isn't iterable that's why you get the warning : "Invalid argument suplied for foreach"

I have never use this package with SQL query for feeding the resultSet. If no one answer this I will try to have a look at it.