Working with session variables while adding / editing tables
Working with session variables while adding / editing tables
bhandaribishnu
Posts: 9Questions: 4Answers: 1
I want to add $_session['userid'] to each tables while updating or adding each row . I am looking for links or tutorials reading handling session variables .
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
This has nothing to do with DataTables, this is more just JS or jQuery.
Is this in Editor? If so, I would suggest using the
Field->setValue()
method - see this section of the Editor manual.Allan
Thank you allan,it is what i wanted.