Closed angelmoya closed 8 years ago
I try to add js lib in xml, and then put this code in javascrit console and works... but I don't how can I do a module with this code
var $table = $("table.oe_list_content");
$table.floatThead({
scrollContainer: function($table){
return $table.closest('.wrapper');
}
});
I'm working in #247
Closing as there is a PR on progress.
I would be nice if table head were float, like in this link:
http://mkoryak.github.io/floatThead/