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

sql parser uncaught error #33

Closed snowwhite686 closed 7 years ago

snowwhite686 commented 7 years ago

Hi,

When i try to create a evolugrid, i get the following error, please check the screenshots. As per the DAO, jobseekers table is already created. capture_createevolugrid capture_evolerror

PLease help i think the sql parser package is already with the auto installation? or is there any explicit way to include them? please advise.

Thanks Neetha

xhuberty commented 7 years ago

Hi,

Thanks for creating the issue. The namespace of SQLParser class changed. We have corrected this issue in the 5.2.0 release, just do a composer update.

Best regards.

snowwhite686 commented 7 years ago

thank you , its working.