Search
19113 results 9891-9900
Forum
- 9th Dec 2011Grouping columns with array as columns definitionYou mean using colspan? There is no functionality for this to be defined in aoColumns at the moment I'm afraid. You would need to use standard jQuery/DOM methods to create the header with rowspan/colspan in it. Allan
- 8th Dec 2011Range filtering issue when using a memcached layer with datatablestextSearch = mysql_real_escape_string($_GET['sSearch']); $rangeSearch = mysql_real_escape_string($_GET['sSearch_9']); /* Create an instance from Memcache
- 8th Dec 2011Refreshing table without AJAXrefresh the data and create a new one from
- 4th Dec 2011Place ColVis in custom div?is also possible to create a new ColVis instance
- 3rd Dec 2011Need TableTools export functionality to work without Flash.the data:// protocol to create a file and have
- 1st Dec 2011Set character count to 1 for filterYou can create your own text input
- 28th Nov 2011How do I reference an existing datatable?How do I reference existing tables if I create multiple in a single instance, like so: [code] $('#first_table #second_table #third_table').dataTable(); [/code]
- 25th Nov 2011PDF output of grouped rows is messed upgrouping rows rather than create them on the fly,
- 25th Nov 2011Datatable print in new windowYou would need to modify the TableTools code to create the new window and then inject the required HTML into it. Perfectly possible to do, but not a feature of TableTools out of the box I'm afraid. Allan
- 24th Nov 2011Use Tabs for row grouping?have to do is create a tab structure where