Search
-
Use fetched data as font color in row
by martin1223345 ·have the age colomn colored with the colorcode #F39B9B as this is the color code which is saved and fetched from the sql tablle. I hope i have given enough information? -
Use fetched data as font color in row
by kthorngren ·Without seeing your data its hard to give a specific example. Looks like the second line $(row).find('td:eq(4)').css('color', '#F39B9B'); should work. -
Use fetched data as font color in row
by martin1223345 ·$(row).find('td:eq(4)').css('color', '#F39B9B'); }, "processing": true, "ajax": "selectdatatable_allacc.php",