Clickable Cell with POST to new file
Clickable Cell with POST to new file
Hello,
I'm relatively new to Datatables but I already love it. Displaying tables with 20k records is no problem for Datatables. Currently i'm using it for to get a bit of an overview for my website since my own CMS lacks those features.
I have datatables running here: http://ps3scenefiles.com/dev/admin/
I'm looking for an option that i can click the username, that goes to a new file with a new query and display's the information from that user.
I can think of a way to do this -> a href on the clickable cell, with the user id in the POST to the new file that uses that post as a new input attribute for the SQL query. But i cannot seem to find an example (that I understand) how to achieve this. The examples I found only displayed how to make a whole row clickable and not just 1 cell.
If someone can help me out, or point me in the right direction would be much appreciated.
Regards,
Senaxx
I'm relatively new to Datatables but I already love it. Displaying tables with 20k records is no problem for Datatables. Currently i'm using it for to get a bit of an overview for my website since my own CMS lacks those features.
I have datatables running here: http://ps3scenefiles.com/dev/admin/
I'm looking for an option that i can click the username, that goes to a new file with a new query and display's the information from that user.
I can think of a way to do this -> a href on the clickable cell, with the user id in the POST to the new file that uses that post as a new input attribute for the SQL query. But i cannot seem to find an example (that I understand) how to achieve this. The examples I found only displayed how to make a whole row clickable and not just 1 cell.
If someone can help me out, or point me in the right direction would be much appreciated.
Regards,
Senaxx
This discussion has been closed.