newbie to stack overflow, doing my best to ask this question correctly.
aim:
- to display the contents of a mysql database via slickgrid in an html page.
- to be able to style this grid with a theme from the jquery ui theme roller.
- to be able to edit and add records to the database via this interface.
research:
i have looked for all the major 'grid' apps and came across:
- phpgrid
- jqgrid
- datatables
- flexigrid
and also browsed through a list of grids here:
and read that the jquery ui team were actually going to release their own grid but it is on pause at the moment.
so with that research i decided on slickgrid because people have said it is fast and i like the clean layout and the fact that it can be skinned with jquery ui (and it is free).
most of the syntax and methods i have found for getting data from a database using slickgrid i can not understand (newbie in these areas to) but the closest i found to a set of 'instructions' was here:
however i get stuck at step 5.
so i guess this post is asking, can anyone please provide step-by-step instructions for a newbie on how to:
- display the contents of a mysql database via slickgrid in an html page.
- be able to edit and add records to the database via this interface.
i have downloaded the zip file from slickgrid github page which contains the existing examples.
thank you!
ps i had links to all apps and sources mentioned but as a new user was not able to post more than two links.