Sure, no problem. Each table must have a unique id. For each table, you must include a call to the colorize function. Example:
$('#tbl1').colorize({bgColor:'#EAF6CC', hoverColor:'green', hiliteColor:'red'});
$('#tbl2').colorize({bgColor:'#aaa', hoverColor:'#bbb', hiliteColor:'green'});
More information about formatting options
Multiple Table
Sure, no problem.
Each table must have a unique id. For each table, you must include a call to the colorize function. Example:
$('#tbl1').colorize({bgColor:'#EAF6CC', hoverColor:'green', hiliteColor:'red'});
$('#tbl2').colorize({bgColor:'#aaa', hoverColor:'#bbb', hiliteColor:'green'});