Title: Basic crud Post by: sahar on June 24, 2015, 01:06:46 AM I have try basic crud and i like it very much except the cruddemo don't have SEARCH USER features.
I've tried to import data from external file (CSV), successfully dump to the cruddemo database unfortunatly nothing displayed on the cruddemo table .... totally blank. need help!!!. Title: Re: Basic crud Post by: stworthy on June 24, 2015, 01:54:51 AM Make sure that the datagrid retrieves the correct data from your server. The json data returned from your server looks like this:
Code: {"total":xxx,"rows":[...]} Fore more information, please refer to this tutorial http://www.jeasyui.com/tutorial/app/crud.php |