Search
43891 results 7231-7240
Forum
- 11th Dec 2015Table Column Titels JSONI'm using server side datatables. Is there posibility to use column object from ajax response for datatable columns( and options) ? Example JSON: { "recordsTotal": 95, "recordsFiltred": 95, "data": [], "columns" : [ {"title":"column1", ...}, {"title":"column2",...} ] }
- 4th Dec 2015Can I change the number of entries being displayed in table? (The default is 10). Can I change it?Not critical, but it would be nice to be able to change the value. Thanks!
- 13th Nov 2015Failing to put negative int in tableI actually posted my question to stack overflow before I realized that there are forums here. I am hoping that simple linking to that, and having code formatting is not a violation of these forums. http://stackoverflow.com/questions/33701224/jquery-datatables-net-failing-to-put-negative-int-in-table
- 9th Nov 2015Filtering Data Table Select Option's sortingHi!, I have a problem with sorting. It only sorts like all data is string. Could you help me? Is there any solution with this case?
- 29th Oct 2015¿It's possible to have an horizontal scroll bar on top of the table?I see there is a closed post in the forum dating 2013 and I want to know if there are improvements in that point.
- 25th Sep 2015How to change datatable settings like 'pagingType' after table initialization using apiI would like to change my tables pagingType to simple if the window is smaller than x width. (actual I would like to know how to change any settings) my window example : $( window ).resize(function() { if ( $( window ).width() <= 1183 ) { $.fn.dataTable.defaults.??? = 'simple'; dtable.draw(); }
- 31st Aug 2015Export all database table data by just clicking export excel button.Hi, I have gone throw many posts but I didn't find the solution for my below question "How can I export the all data which is there at sever side? I have paging at my page so I always load minimum amount of data to the datatable. But when I click on export I need to export all the data available at server side". Can some one help me how can I do it, or please provide me some solution.
- 27th Aug 2015DOM initialized table / Export (pdf, excel...) button / stripNewlines optionMy datatable is DOM initialized. Some <td> contains markup block elements (like <div>) and line break elements (<br>). I extend the 'pdf' button with option stripNewlines: false. Newlines are not preserved in exported file Test case: https://jsfiddle.net/nlips/dsy3bwt0/
- 25th Aug 2015Join Table, The select field doesnt responDear Mr. Alan wish you're doing good ! This is my php file respon on browser http://pastie.org/10374065 This is my html code http://pastie.org/10374069 here'is my php code http://pastie.org/10374073 The probles is when I create new entry or edit the option list for Label Id Jabatan doesn do dropdown, and the console say nothing
- 21st Aug 2015keyboard tabstop -1 for table thead but 0 for table bodyHi I want users to click column headings to sort, but bypass them with the tab key to select rows. Any help welcome Thanks G