gopendra-dwivedi / jquery-datatables-column-filter

Automatically exported from code.google.com/p/jquery-datatables-column-filter
0 stars 0 forks source link

Make columnFilters allow dual headers when using ajax, implement IFiltering Delay,prevent error in _fnGetColumnValues. #139

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
using version 1.5.1 the following is also necessary in document.ready

       var foot = $('tfoot tr:first', eoTable);
        for (var k = 0; k < json.aoColumns.length; k++) {
            if (json.aoColumns[k]['mR'])
                json.aoColumns[k]['mRender'] = dtConvFromJSON; //function(data, type, full) { return dtConvFromJSON(data); };
            foot.append('<th><div class="DataTables_sort_wrapper">' + json.aoColumns[k].sTitle + '</div></th>');
        }

Original issue reported on code.google.com by lnard...@gmail.com on 4 Nov 2013 at 1:56

Attachments: