How to add custom header for datatables with jquery-ui integration?
How to add custom header for datatables with jquery-ui integration?

What about custom header in new version of datatables with jqueryUI integration.
was:
DataTable{ bJqueryUI: true, sDom: '<"H"<"#custom-id">f>t' }
I could repeat this behaviour only with this spike:
DataTable{ dom: '<"fg-toolbar ui-widget-header ui-corner-tl ui-corner-tr ui-helper-clearfix"<"#tInfo">f>t' }
How can I clarify, that I want to add header in a new way?
PS DataTables live - http://live.datatables.net/petupeto/1/edit?html,js,output
Fiddle demo - http://fiddle.jshell.net/2syoa2gv/