Help > DataTables won't field search after added SQL codes
Help > DataTables won't field search after added SQL codes
michael227
Posts: 2Questions: 0Answers: 0
Hello,
I'm a PHP programmer and needs help with your code. I've added SQL that fetch the data from my database, everything works except for the multiple field search. I don't know what's wrong. There's no errors that I can find. Here is my code.
For the Table > tbody
<?php while($rowData = mysql_fetch_assoc($queryData)){ ?>
<?php echo $rowData["Tr_id"]; ?>/>
<?php echo $rowData["Tr_deposit"]; ?>
<?php echo $rowData["Tr_desc"]; ?>
<?php echo $rowData["Tr_bankCheck"]; ?>
<?php echo $rowData["Tr_check"]; ?>
<?php echo $rowData["Tr_due"]; ?>
<?php echo $rowData["Tr_credit"]; ?>
<?php echo $rowData["Tr_debit"]; ?>
<?php } ?>
How can I fix this? Do I need to switch to DataTables Server-Side processing? But I have a checkbox.
Thank You,
Michael
I'm a PHP programmer and needs help with your code. I've added SQL that fetch the data from my database, everything works except for the multiple field search. I don't know what's wrong. There's no errors that I can find. Here is my code.
For the Table > tbody
<?php while($rowData = mysql_fetch_assoc($queryData)){ ?>
<?php echo $rowData["Tr_id"]; ?>/>
<?php echo $rowData["Tr_deposit"]; ?>
<?php echo $rowData["Tr_desc"]; ?>
<?php echo $rowData["Tr_bankCheck"]; ?>
<?php echo $rowData["Tr_check"]; ?>
<?php echo $rowData["Tr_due"]; ?>
<?php echo $rowData["Tr_credit"]; ?>
<?php echo $rowData["Tr_debit"]; ?>
<?php } ?>
How can I fix this? Do I need to switch to DataTables Server-Side processing? But I have a checkbox.
Thank You,
Michael
This discussion has been closed.
Replies
Kindly close this issue. Already solve it! hehe
Thanks