Search
11152 results 1291-1300
Forum
- 18th Jun 2014intercepting/hijacking sort function?1.9 "infinite scrolling", where sorting and filtering actually takes
- 17th Jun 2014Why search and sort not working in text and dropdown field?In my page I have text boxes and dropdown lists, like shown in below link. http://datatables.net/examples/api/form.html I want sorting and searching to be work on these fields also. How should I do this?
- 8th May 2014filter and sort for dropdownsIn my table I have a dropdownlist: <select> <option value="">alle</option> <option value="0">keine</option> <option value="597720000">Überschreitung</option> <option value="597720001">Unterschreitung</option> <option value="597720002">Über-/Unterschreitung</option> </select> I can't figure out how to do the search nor how to filter. I have a filter-footer with textboxes and I want to filter for a value of the optionset. Here is my code how I do this: $("#tblDataPoints tfoot input, #tblDataPoints tfoot select").on('keyup change', function () { _tableDataPoints .column($(this).parent().index() + ':visible') .search(this.value) .draw(); }); this works for all simple text and also for checkboxes but not for my DropDownList. Any hints? thx ©a-x-i
- 13th Mar 2014Blanks in date column causes string sort - continueduse a custom date sorting function via a type
- 29th Nov 2013sort according to datatype in chrome but not in firefoxI fetch data from a query and orderby file_order coloumn.Result is showing fine in firefox but in chrome it shows rows with option button(where type is doc or docx ,option button is displayed[my app logic]) up and then other rows.
- 15th Nov 2013Can't sort rows anymore after fnRowCallback useis that now, column sorting doesn't work anymore. Is
- 17th Jun 2013Dynamic code to sort based on a particular columnHi Guys, Firstly thank you so much for the plugin. Really it helped me a lot in lot many things. Help me plz on this issue. I am using inline editing and show and hide both in my datatable. When the table initially loaded the header columns were to one end and the table data was dispersed to more space. When I click on header its getting resized and looking great. But I dont want the user to click on any header to resize. Plz provide code for me to automatically resize dynamically when any change happend during resize or help me in fixing the issue, lineItemsTable = $("#lineItemsResultsTable").dataTable( { "sScrollY": 260, "sScrollX": "100%", "sScrollXInner": "110%", "sPaginationType" : "full_numbers", "bJQueryUI" : true }); Thanks a lot in advance
- 27th May 2013Is there a way to sort the groups by the number of rows found in each group?Hello. I'm looking for a solution that putting the largest groups on top also I using grouping plugin(http://jquery-datatables-row-grouping.googlecode.com/svn/trunk/index.html) this plugin seems no feature that I want. thank you in advance.
- 8th May 2013How to sort records by date range ??hello frds, i want to filter records by date range from my data table can any one tell me how to ? i tried some examples from this site but it doesn't work for me... if there any simple example then it would be great !! (am new for data table) thanks..
- 29th Apr 2013Passing custom paramters to a sort pluginterms to exclude from sorting instead of just "the."