Search
10712 results 2531-2540
Forum
- 6th May 2010Initializing a table that doesn't exist yetThat is EXACTLY right! I just had to move it inside the get function. I am used to things being so much harder than they are in both JQuery and well designed plug-ins like yours. I find myself making things too hard on myself :-) Thanks! This is going to work great for what I need!
- 30th Apr 2010Limiting the amount of data retrieved while initializingUse bServerSide :) Check at examples page.
- 2nd Apr 2010FixedHeader - initial issuesokay, fixed it. Noticed the download is v2.0.1 but on your example page v2.0.2 is used. With that version it is solved.
- 16th Mar 2010sZeroRecords - How to initiateThanks Allan you're a superstar.
- 11th Mar 2010sAjaxSource and Initial Table StructureAh, you are right, domingo. Although, I've added the the necessary tags and there is still no data displaying.
- 20th Jan 2010Initializing dataYou're the best!
- 24th Nov 2009TableTools repeated initialisationRESOLVED. I've got it now. By placing this: [code] $(function(){ $("#joblist").dataTable({ "bLengthChange": false, "bPaginate": false, "bFilter": false, "bInfo": false, "sDom": 'Tlfrtip' }); }); [/code] in the specific page being loaded (within the head section), and leaving the rest of my jquery code in the js file under the document.ready statement, then the joblist datatable is only initialised when the page loads, rather than with the document.ready event which is re-triggered by Ajax calls. Thank you all for helping me to get there! A pot of "hunny" for you all. BasilBear.
- 12th Oct 2009Showing/Hidding Columns After Initial RenderFor posterity, I see that as of DataTables 1.5.2, the function fnSetColumnVis hides additional rows in thead. So the problem I was having with an earlier version (see post above from Aug 11th 2009) has been solved! In the interim period, I was hiding columns by setting the CSS visitiblity property to "collapse". This worked fine (even with pagination turned on) in Firefox, but Safari (and some other browsers) do not support column "collapse". The DataTables function does work in Safari and Firefox. Thanks Allan (and anyone else who may have contributed to this improvement). Jared
- 5th Sep 2009Is is possible to disable the zebra stripping and the initial sort ?Hi, $('table.grid').dataTable({"bPaginate": false,"bSortClasses":false,asStripClasses:[]}); and it works really much faster. Thanks
- 6th May 2009performing render on rows not in initial set of records displayedsorted