Get KoolPHP UI with 30% OFF!

Is it possible to have 2 KoolGrid Controls in a page

Michael
Hi,
Is it possible ton have 2 KoolGrid Controls in a page?
If yes, how do I avoid name collisions?
Thanks
Posted Jul 6, 2016 , edited Jul 6, 2016 Kool
Peter
You do this:
$first_grid = new KoolGrid("first_grid");
$second_grid = new KoolGrid("second_grid");
Posted Jul 6, 2016 Kool