Value from a selected Item (PHP + JS)
Value from a selected Item (PHP + JS)
raven3k
Posts: 1Questions: 1Answers: 0
I have a Table with User Entries and i need a value like UserID from one or more selected rows.
My first Column used this JS Code
select: true,
paging: true,
processing: true,
serverSide: false,
pagingType: "full_numbers",
ajax: "manage_user_ajax.php?pkSystem=" + pkSystem + "&a=" + action,
columns: [
{
data: null,
defaultContent: '',
className: 'select-checkbox',
orderable: false
},
{data: "lastname"},
{data: "firstname"},
I use own buttons for submit my form on this Table.
But how did i become a value?
This discussion has been closed.
Answers
Hi @raven3k ,
We're happy to take a look. As per the forum rules, if you could link to a running test case showing the issue we can offer some help. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.
Cheers,
Colin