Quantcast
Channel: DataTables 1.10 — DataTables forums
Viewing all articles
Browse latest Browse all 2364

Heat table with server-side data

$
0
0

Hi everyone! There is an excellent JS library to format column data conditionally. It is discussed here: https://datatables.net/forums/discussion/comment/138180

I have been trying to run the same JS library on an ajax/php generated datatable following kthorngren's example live.datatables.net/siqoreko/1/edit but without success.

This is my attempt: live.datatables.net/siqoreko/78/edit?html,js,output

My php data produces only 2 columns with float values and for some reason the colorize function does not work on them. The data and table is displayed properly, just without the colorize function. Everything in the code is exactly the same as in the example except that I use ajax instead of a randomly generated table.

I would really appreciate any feedback!


Viewing all articles
Browse latest Browse all 2364

Trending Articles