Using TableTools and JQuery Templates

Using TableTools and JQuery Templates

csalle01csalle01 Posts: 5Questions: 0Answers: 0
edited November 2010 in TableTools
I am having problems using both the TableTools plugin and the Jquery UI template. Here is my initialization code: [code] jQuery('#metricTable').dataTable({ "bJQueryUI": true , "sDom": 'T<"clear">lfrtip', "sScrollY": "400", "bScrollCollapse": true, "sScrollX": "100%", "iDisplayLength": 100, "bProcessing": true, "sAjaxSource": "/Metrics/GetMetrics" }); [/code] The TableTools menus gets displayed but the jQuery css templates does not then get applied. Do you know how to accomplish this?

Replies

This discussion has been closed.