OCA / web

Odoo web client UI related addons
GNU Affero General Public License v3.0
943 stars 1.89k forks source link

Suggestion table head float #246

Closed angelmoya closed 8 years ago

angelmoya commented 9 years ago

I would be nice if table head were float, like in this link:

http://mkoryak.github.io/floatThead/

angelmoya commented 9 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');
    }
});
angelmoya commented 9 years ago

I'm working in #247

pedrobaeza commented 8 years ago

Closing as there is a PR on progress.