dataTable using Editor w/In Table form controls edit/delete, MySQL
dataTable using Editor w/In Table form controls edit/delete, MySQL
I have got dataTables with the Editor to work in a few different ways.
What I can't figure out is how to get data from a MySQL database into a table with In Table form controls edit/delete (basically links) AND adding in another column with a link based on the cells data.
Either I get data in the table and not in the editor windows, or I get data in the editor but not in the table, or different combinations, but not all working at the same time.
Have I described the issue enough?
Any suggestions?
This question has an accepted answers - jump to answer
Answers
Hi,
Could you link me to a page showing the issue please? Or possibly just the code you are using might be enough to figure out what is happening.
Thanks,
Allan
I figured out my problem. Using columns.data fixed me up.