Hi Sir,
i tested demo program at /demos/appearance/responsive-scroll.php. I experience a plink error message as the Title while i tried to add a record. I also tried at Live Demo | PHP Datagrid Framework (gridphp.com) got the same result.
2 Answers
The demo is fixed now.
The tables which does not have autoincrement ids, we need to specify it manually which was missing in the demo. Following line fixed it.
$opt[“autoid”] = false;
https://www.gridphp.com/demo/demos/appearance/responsive-scroll.phps – line 29
Your Answer