Before I reinvent the wheel.[Revised]
Before I reinvent the wheel.[Revised]
I am using DataTables to display a list of members from a database. I want some way "showing more info" about each row. Is there a way when clicked I can have a row appear below the selected row. Or have some overlay to show more data from the database?
I am using php. I also have jqueryui and jquery installed.
**I have never used AJAX or JSON. When I try to put this on my data table I loads at processing. I feel my problem is the "sAjaxSource"
What do I set this to if the data I get from my db is in a php array?
I am using php. I also have jqueryui and jquery installed.
**I have never used AJAX or JSON. When I try to put this on my data table I loads at processing. I feel my problem is the "sAjaxSource"
What do I set this to if the data I get from my db is in a php array?
This discussion has been closed.
Replies
Allan
Allan
This is the default property DataTables uses, and can be modified with sAjaxDataProp .
Allan