display images in dataTables-1.4

display images in dataTables-1.4

brightsonbrightson Posts: 5Questions: 0Answers: 0
edited March 2009 in General
Hi,
How to display images using dataTables-1.4? All the examples given shows only text data. Is it possible? If so please tell me how to do?

Replies

  • allanallan Posts: 63,516Questions: 1Answers: 10,472 Site admin
    Hi brightson,

    To display an image all you need to do is use the html tag :-). All content in DataTables will be interpreted as HTML.

    Allan
  • brightsonbrightson Posts: 5Questions: 0Answers: 0
    Thanks allan. It worked.
  • alan1alan1 Posts: 1Questions: 0Answers: 0
    Hi,
    I absolutely love this but like many other are relatively new to this. How do I display images using just ? My database query returns something like this...

    { "aaData": [ ["7", "/items/7300b1ce_S.jpg", "Item Name",

    Thanks!

    Alan
  • allanallan Posts: 63,516Questions: 1Answers: 10,472 Site admin
    Just put the img tag in your return array :-)

    Allan
This discussion has been closed.