Search
11329 results 2141-2150
Forum
- 9th Oct 2013FixedColumns and Filtersides, and also have filters on the columns (on
- 24th Sep 2013Filter Table By Past Number of Days (Past 7 Days, Past 15 Days, Past 30 Days)approach the problem of filtering a data table given
- 12th Sep 2013indivisual column filter in datatables/* Define two custom functions (asc and desc) for string sorting */ $(document).ready(function() { oTable = $('#listing').dataTable( { "bProcessing": true, "bServerSide": true, "sAjaxSource": "master_distributor/productsList.php", "aoColumns": [ { "mData": "product_name" }, {"mData": "product_id"}, { "mData": "parent_id","sClass": "txtCenter" }, { "mData": "action",'bSortable': false,"sClass": "txtCenter" } ], }).columnFilter({ aoColumns: [ { type: "text"}, { type: "text" }, { type: "text" }, null ] }); } ); In above i want to add action as a column in my datatable. but it is not working. Here action is the json resoponse from my ajax page
- 31st Aug 2013multifiletersearch not working while using colvis and multi filter search togetherHi Allan, I am using colvis and multi search together, but it has some issue though.. Cases: 1. If I uncheck 'Rendering Engine', and use multi-search for Engine Version (e.g. with data data 6 or 7), it wont give any data. 2. for multi-serach for CSS grade, it wont search at all I've created jsfiddle. Please hav a look... http://jsfiddle.net/AmsJy/10/ Great Thanks....Cheers !!
- 29th Aug 2013Filter only visible datatables in fnFilterAllHi guy's first of all great work thanks for this... In my web page am using more data tables in a page with tabs, I Want search one search for all data tables in page... So i used fnFilter all api... its reloved my problem, but.. when i am search it searches all tables in all tabs.. i need to search only visible tables on a page (current tab).. eg: i have 3 tables in each tab.. all are having same class for data table. and also each tab tables contains another class by tab name.. if am using [code] oTable.fnFilterAll(this.value); [/code] it searches all tables in all tabs... using this [code] var tables = $.fn.dataTable.fnTables(true); [/code] i can get the tables i want.. that means currently visible tables. but i don't know how to use this results in fnFilterAll method help me to resolve this... thanks
- 15th Jul 2013how to change individual column filter text box sizeusing datatable individual column filtering plugin,here am adding date-range
- 9th Apr 2013onclick and anchor tag value are not needed in filter optionvar oTable = $('#example').dataTable( { "sPaginationType": "full_numbers", "aaSorting": [], "sDom" : 'rt<"bottom"ilp><"clear">', "bFilter": true,"bInfo": true,"bPaginate": true,"aoColumnDefs": [ { 'bSortable': false, 'aTargets': [ 0,6 ] } ],"aoColumns": [ { sWidth: '5%' }, { sWidth: '20%' }, { sWidth: '15%' }, { sWidth: '12%' }, { sWidth: '12%' }, { sWidth: '20%' }, { sWidth: '15%' } ] } ); $('#txtsearch').keyup(function(){ oTable.fnFilter(this.value,null,false); return false; }); i have written above code and when i am trying to search numeric value then i get value of anchor tag and href value in result and that i don't want i want only it html value e.g. Next if i put " 45 or javascript " value in search box then result must be null.
- 2nd Apr 2013DataTables Column Filter Add-on - Problem with hidden columnsabout problems with column filtering and hidden columns but
- 19th Mar 2013column filter restore external buttonhello, anyone know how I can restore select a field in a table columnfilter. i have the external columnfilter in a form and I want to add a botton restore it all. thanks.
- 9th Mar 2013columnFilter Plugin: How to exclude columns? (to avoid wrong column filter index)the column from global filtering with "bSearchable". My aoColumns: