Search
2986 results 511-520
Forum
- 15th Apr 2015Adding jQuery UI Combobox to datatable footer and setting scrollX: true, hides the dropdown listHello, I have been trying to make a Datatable like so ( http://datatables.net/examples/api/multi_filter_select.html ), the difference with my datatable is that in the initComplete I add jQuery UI combobox ( https://jqueryui.com/autocomplete/#combobox ). It works as expected. The problem occurs when I set scrollX: true. When the combobox drops down to show the options, the options gets restricted under a div with class 'dataTables_scrollFoot', so I'm unable to see the full drop down. It can be seen here ( https://www.dropbox.com/s/9ixwe1i4viwq5s9/Screenshot%202015-04-15%2010.28.20.png?dl=0 ) Is there a way around for this? I can't say surely but I kind of remember reading some where on the forum or in the documentation that integrating such widgets might make the datatables behave oddly.
- 6th Apr 2015How to use footer callback only for last page?Hello all, Need a help please,, I would like to add a row that contain a data summarize of a column. Everything is fine when using "fnFooterCallback", but I just want it to show only in the last page. Thanks....!
- 9th Oct 2014How can I edit the Footer so it says the current sort order?Hi there, I really appreciate this tool. I need it to state the current sort order (for screen readers). Screen readers are currently reading the "Showing 1 to 2 of 2 entries (filtered from 3,513 total entries)" information, presumably from the bottom of the DataTable, so I hope that if I can change that information to also indicate "currently sorted by ", then Accessible Technology users can be made aware of the current sort order. How can I do this? Thanks, Russell
- 25th Aug 2014How to convert footer callback total column value in number format with decimal precision?For Example: 12345 I want to display 12,345.00
- 3rd Mar 2014Footer totals with scrollerI am running into a problem with displaying several hundred records (700 or so) at once on the page. I am using server side code to load the data, but my client is requiring all records to be displayed at once so that I can total some of the columns. The data is being returned in around 1s but it is taking datatables an additional 6s to render the data. This is border line on the edge of how long they want to wait to see the data and it only gets worse the more records there are. I have looked into the scroller plugin with the bDeferRender option, and like the way that behaves, except my total row, now only shows the visible records and not the whole data set. Is there any way with scroller to sum the whole data set?
- 25th Aug 2013datatables jquery header and footer alignmentPlease read my question that I post on Stack overflow http://stackoverflow.com/questions/18420093/datatables-jquery-header-and-footer-alignment Advance Thanks!
- 5th Mar 2013Footer Total to reflect a filtered tableusing fnFooterCallback... I understand how to rip through ALL the rows of a table and sum columns... or.. rip through what is on the screen (page shown only). I need to know how to identify what rows are NOT shown because of a filter (using the search feature, for example) and skip those when totaling all rows ... regardless of what is on screen. (I want ALL rows that meet the search criteria - which is more than what pagenation shows you...) Any quick ideas?
- 14th Dec 2012SAME RESULT IN FOOTER WITH 2 DATATABLES AJAX IN ONE PAGEHello Guys, I have 2 datatables with ajax in one page, and repeat for me the sInfo. What I need do for dont repeat the sInfo ? Thanks !
- 4th Dec 2012Column visible but footer search can't wortHi, Greetings to Datatables.. In my table i set one column visible false..but the beside column search doesnot work it searches the hidden column.. plz help me..
- 3rd Aug 2012Header and Footer not aligning to Body with sScrollX enabledHi All, Hi Allan, I'm currently having an issue with sScrollX and column alignment (possibly caused by multiple tables, but have not verified that yet). The website i'm busy designing is going to be used by a few clients and will be integrated into their sites using an iframe. (Don't ask me why an iframe, but thats what i've got to work with.) This means that all the functionality of my site will be found on one html page. This page will have multiple tabs (using jquery-ui stuffs) for the various different sections. That's all well and completely unrelated to the topic; the essence being that I am working with multiple tables as I have to load all my tables on the "same" page. I have one setting that i use for all these tables (as multiple tables share the setting, and don't have a setting per table). These settings are as such: [code] { "bPaginate": false, "bLengthChange": true, "bFilter": true, "bInfo": true, "bAutoWidth": true, "bDestroy": true, "bRetrieve": false, "bJQueryUI": true, "bProcessing": true, "sScrollX": "100%", "bScrollCollapse": true, "sPaginationType": "full_numbers", "bStateSave": false } [/code] When the tables that have too many columns, or data that forces the table to stretch past the width of the screen (adding a x-scroll bar), the headers don't align with the table's data columns. If i click on a header cell to sort the data, then the table seems to recalculate the widths, and all the columns are aligned. Is there a reference or function that fixes this, or will I need to write some code to force a "recalculation"? Thanks in advance, Gavin