Just put in into the string that you are sending back to the client-side as you would any other string. For example line 159 here: http://datatables.net/development/server-side/php_mysql - I've got special formatting for a particular column.
i will store some amount in a variable (ex: $amnt='500') and if the amnt is set then i need to display the 500 in a span tag for a column. There will be some data like "Amount" in that column. , on mouse over of "Amount" i need to display the span tag.The is not working for me.
THanks...
Replies
Allan
First of all ,Thanks for your reply..
my requiremnet is,
i will store some amount in a variable (ex: $amnt='500') and if the amnt is set then i need to display the 500 in a span tag for a column. There will be some data like "Amount" in that column. , on mouse over of "Amount" i need to display the span tag.The is not working for me.
THanks...
Allan