Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter snooc1

    (@snooc1)

    I appreciate your reply! After reading through all of the plugin documentation, that was my same analysis, but it never hurts to ask, right?

    I do have it partially working with some modifications to the plugin, but only “partially”.
    For no other reason than to share the info, here’s what I’ve done:

    igsv-datatables.js (line 24)

    Commented:
    table.DataTable(dt_opts)

    Added:

    table.dataTable(dt_opts).columnFilter({
            	sPlaceHolder: "head:before",
            });

    inline-gdocs-viewer.php (line 154)
    Added:

    datatables-columnfilter' => array(
                    'src' => 'http://jquery-datatables-column-filter.googlecode.com/svn/trunk/media/js/jquery.dataTables.columnFilter.js',
                    'deps' => array('jquery-datatables')
                ),

    The only way I can really get it to function is to set the header_rows to a value > , and it works like it should, however the new row extends beyond the width of the page. If anyone else is reading, and has any ideas, please let me know!
    Thank you!

Viewing 1 replies (of 1 total)