javascript - Datatables - Change with JQuery -


im setting big data table. need following todo. i've got php var $rowname. im doing kinda php stuff on here , build datatable. need change datatable entrys javascript or jquery. herefore use find or contains method in combination $rowname. there ways ?

so, i've got datatable different rows , columns. 1 named domain. want stuff , change color of domainname red.

my idea this:

$('document:contains(". <?php $rowname ?> . ")').css('background-color', 'red'); 

so need find element matching $rowname , change css or better change text of it.

greats,

traxstar


Comments

Popular posts from this blog

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -