Hi!
I need to ad a page to a website I am making that has a grid that displays sql data. The table needs to be able to have records added, edited, and deleted upon user request and I used Jtable (www.jtable.org) to accomplish the latter.
But as the demos show I am able to random generate data based on data that is supplied but I want to use SQL database instead of that.
I saw the example that the author had on there but I am confused at how it would find the database? I do not have a lot of SQL experience but from what I do have, I had to add a data source to the application to pull the data.
Here is the example that the author gave in regards to SQL: http://jtable.org/Demo/PagingAndSorting