Problems with makeEditable

Problems with makeEditable

FoxKidFoxKid Posts: 1Questions: 0Answers: 0
edited November 2011 in General
Hi!! I am total newbie JQuery but wanted to use Datatables in one of my small project. I have this following code and I am trying to edit the table,
[code]

while ( $aRow = mysql_fetch_array( $rResult ) )
{
$row = array();
for ( $i=0 ; $i

Replies

  • fbasfbas Posts: 1,094Questions: 4Answers: 0
    If you are going to edit just one row at a time, what is the purpose of the checkbox (which would allow you to check many rows)?

    If you just want to send the id value as "value" so that the update script parses it into $value, simply change the name to "value"

    [code][/code]
This discussion has been closed.