server side processing

server side processing

virusvirus Posts: 21Questions: 0Answers: 0
edited October 2010 in General
Hi all...

How to use in server side processing of data tables.

Thank you..

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    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.

    Allan
  • virusvirus Posts: 21Questions: 0Answers: 0
    hi 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...
  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    Can you should us the addition you made to the server-side code to add the span tag?

    Allan
This discussion has been closed.