Ajax and Datatables question
Ajax and Datatables question
qasimbotani
Posts: 2Questions: 0Answers: 0
I want to retrieve back primary keys from a database table using ajax support through server side processing where on each row I need to have a link for modifying that exact row on a seperate page using a $_GET[] method.
however I am new with datatables and I was not able to achieve what I need to do
my table specs are as follows:
Table name: CPN
columns I want to have on my datatables
CPNID
MMPID
The image below is what I want :
http://www.arbilhost.com/datatables/whatiwant.png
The image below shows what I have:
http://www.arbilhost.com/datatables/whatihave.png
I know I sound confusing but I need to do this :(
however I am new with datatables and I was not able to achieve what I need to do
my table specs are as follows:
Table name: CPN
columns I want to have on my datatables
CPNID
MMPID
The image below is what I want :
http://www.arbilhost.com/datatables/whatiwant.png
The image below shows what I have:
http://www.arbilhost.com/datatables/whatihave.png
I know I sound confusing but I need to do this :(
This discussion has been closed.