Using jQuery Uniform with DataTables

Using jQuery Uniform with DataTables

AustinTBiggsAustinTBiggs Posts: 1Questions: 0Answers: 0
edited May 2011 in General
Hello I'm trying to figure out how to use uniformjs.com with DataTables in order to maintain consistent styles within my website.

Replies

  • DiegoDiego Posts: 3Questions: 0Answers: 0
    I know this is old, but someone might need this in the feature, so here you go:
    [code]
    $('#grid').dataTable({
    "fnDrawCallback": function( oSettings ) {
    $('.checkbox').uniform();
    }
    });
    [/code]
This discussion has been closed.