Search
11329 results 2091-2100
Forum
- 9th Mar 2016Filter with dropdown boxes above each column.Is there a possibility to add a dropdown-box above a column and when you choose something from a list of options the list gets filtered on that keyword in that column?
- 2nd Mar 2016Column select filter and pagination not works simulatenouslyWhen I have 14 records after column filtered with select option and I am in page 2 (11-14 records page) when I refresh the page the filtered select column state only saved. It remain shows 1 st page with my select filter(1-10 records page). I want to make both in my page simulataneously. Suggest me some ideas and kindly help me to solve this issue
- 28th Jan 2016Search (filter) does not work on some columnsI have a data table with 11 columns, and the search box does not work with fields in every single column. For example, say I have | Col | col2 | col3 | |-----|------|------| | a1 | b1 | c1 | | a2 | b2 | c2 | | a3 | b3 | c3 | I type "a1" in the search box and that gives me the row with [a1, b1, c1], which is expected. However, if I typed "c1" instead, nothing comes up. In other words, it seems like searching on col3 is completely broken. What makes this interesting is that this behavior is inconsistent across different browsers. For example, searching col3 would be broken in chrome but would work in firefox. Similarly, searching col2 would work on chrome but not in firefox. Can anyone shed some light to this issue? Here is how I am initializing the datatable: $('#myTable').DataTable({ scrollY: this._calculateHeight() });
- 23rd Jan 2016datatable select custom filter not working.kindly help.what are the jquery js ans css files needed.columnFilter({ sPlaceHolder: "head:before", aoColumns: [ { type: "date" }, { type: "text" }, { type: "select" } ]
- 8th Dec 2015Adding a "select" filter in the toolbarHi, i'm a newbie of datatables ;) I'm trying and learning how to use this powerful tool. I have to render a simple table with 2 columns: Name, Salary. On the db table i have 3 columns: Name, Salary, Year and i'm using ajax to request/response the data. What i want to do is put a select in the toolbar to use for insert a custom parameter in the ajax call. I looked that is can be achieved by using data and dataSrc option in the ajax call. In the response i insert a json parameter: "YearFilter" example: "YearFilter": {0:[2013] 1:[2014, selected]} But how can i drow a custom toolbar inserting only a centered select for the year ad populate it with the parameter "YearFilter" contained in the ajax response ? Thanks.
- 4th Dec 2015debounce or throttle on serverside processing column filter.Hi, I need to debounce ( or throttle as alternative ) on the the individual column search input. I use DT v.1.10 so I can't use fnSetFilteringDelay plug-in, and I'm still confused on the searchDelay. Cound you give some basic example? Thanks
- 30th Nov 2015How-To Filter Table by Cell Value?needs to provide additional filtering so when selected it
- 25th Nov 2015Always No matching records found result in column filter DataTables codeigniterI've implementation DataTables in CodeIgniter, using a template sbadmin2 bootstrap. I tried to make the columns search on the DataTables but when try to search the results are No matching records found.
- 16th Nov 2015Filter DIV location problem in Bootstrap environmentHello all, I use the DataTables in Bootstrap envinronment. I'd like to change the location of these DIV-s: example_length and example_filter. I'd like to have the example_filter on the left side, and the example_length on the right side. But I can't do it. Could you give me the CSS or JavaScript solution? The site is here: http://pozitivelmenyek.hu/datatable_question.html Thank you in advance for the help!
- 23rd Oct 2015i would like to add a filter to the data tableI am using data-table for my rails app i have a dropdown ,based on the dropdown select values the table needs to be filtered how can we achieve this?. FYI.. Datatable version 1.10 Thanks,