Search
43928 results 24421-24430
Forum
- 6th Mar 2011Pre-selecting a row based on column content with server-side loadingHi Allan, thanks, that was it. I had the code sitting after the table initialization, so when the table was re-drawn the selection was lost. It now works fine! Manuel
- 6th Mar 2011Server-Error: "Invalid UTF-8 sequence" server_processing.php on line 163Everywhere it's UTF-8... database, website (that includes the table), even in the javascript (<script type="text/javascript" charset="utf-8" ...). So I have no idea, why there is a server error, and why it's even so working without any probs on the screen.
- 6th Mar 2011fnSetFilteringDelay does not work for me when i use "oLanguage" to initialize the datatablesis fired when the table is fully initialised. Allan
- 6th Mar 2011Adding a new row with server-sided datasort out refreshing my table using server side processing
- 4th Mar 2011Problem Formating With Hidden ColumnI found a solution. For some reason you need to set the CSS manually for the table. oTable.css('width', '100%');
- 4th Mar 2011[SOLVED] oColumn is undefined and no stop at breakpoint in _fnInitalise()Lucky me, I get to be the dummy today. I neglected to put a THEAD tag in my table. I had the TH tags, just no THEAD. What a dope!
- 4th Mar 2011sums of columns with ColReorder and ColVisyou, I use the table footer to show summary
- 4th Mar 2011Destroy FixedHeaderFixedHeader.idTablas); if(i > -1){ jQuery('div.fixedHeader table#' + id).parents('div').remove(); FixedHeader.afnScroll.splice(i, 1); FixedHeader.idTablas.splice(i,
- 2nd Mar 2011Filter on user input AND defined valueis searching the entire table, rather than just those
- 2nd Mar 2011Is there a feature to add a last row which gives the summary of the data?you need to declare a footer if you inspect the demo table structure you can see it has a footer http://www.datatables.net/examples/advanced_init/footer_callback.html [code] Total: 16.66% (100% total) [/code]