Database encoding problem and javascript issue

Database encoding problem and javascript issue

panagiotispanagiotis Posts: 3Questions: 2Answers: 0

Hello Allan, I have two questions, I am using server side processing 1.10.19 and I can not display greek characters. All .php pages have utf-8 encoding, plus the database table encoding is utf8_general_ci. The other issue is related to image displaying, one of the columns contains image and I want to apply a javascript to change the image on mouseover array( 'db' => 'code', 'dt' => 6, 'formatter' => function( $d, $row ) { return "<img src="images/cart.png" alt="image" />"; } ), But it does not work

Answers

  • colincolin Posts: 15,142Questions: 1Answers: 2,586

    Hi @panagiotis ,

    I just noticed this, sorry that this got missed, is this still a problem?

    Cheers,

    Colin

This discussion has been closed.