Deprecated: Function WP_Dependencies->add_data() was called with an argument that is deprecated since version 6.9.0! IE conditional comments are ignored by all supported browsers. in /home/wptableeditor.com/public_html/wp-includes/functions.php on line 6131

Demo7 – Style

Column->Created Cell

if ( cellData <= 30 ) {
	$(td).css({'background-color':'green','color':'#ffffff'});
}else if( cellData <= 45 ){
	$(td).css('background-color', 'yellow');
}else{
	$(td).css({'background-color':'red','color':'#ffffff'});
}