Search
11430 results 9001-9010
Forum
- 19th Jan 2012filtering latin words using server-sideHi All, I received no data when I search a latin word (example: aquisição) using processing server-side (with ASP classic). Checking the firebug I detected than my word was sent as 'aquisi%C3%A7' (original is aquisiç, with 'ç') I put this url in a browser: http://localhost/qry/qry_resultado.asp?sEcho=8&iColumns=4&sColumns=&iDisplayStart=0&iDisplayLength=10&mDataProp_0=0&mDataProp_1=1&mDataProp_2=2&mDataProp_3=3&sSearch=aquisi%C3%A7&bRegex=false&sSearch_0=&bRegex_0=false&bSearchable_0=true&sSearch_1=&bRegex_1=false&bSearchable_1=true&sSearch_2=&bRegex_2=false&bSearchable_2=true&sSearch_3=&bRegex_3=false&bSearchable_3=true&iSortingCols=1&iSortCol_0=0&sSortDir_0=asc&bSortable_0=true&bSortable_1=true&bSortable_2=true&bSortable_3=true&_=1326988279015 I received no data. After this I noticed that aquisi%C3%A7 was converted to 'aquisiç' and in a next reload, the word was converted again but to 'aquisi%E7' then i get datas with 'aquisi%E7'. Can anyone help me? Sorry my english ;) Wilson
- 3rd Nov 2011Reset Filters ButtonI have a custom RESET button that resets all my search values, clears my url, and resets my table, but I can't figure out how to restore hidden columns that were hidden with the ColVis plug-in. Anyone figured out how to do this?
- 9th Mar 2011Individual column filtering (using select menus).Hello. I want to make tables on WP like this example: http://www.datatables.net/examples/api/multi_filter_select.html. But I can't undesrtand how to add initialisation code. I read this forum durind 2 days but can't find need information. Sorry for my english.
- 11th Nov 2010Individual column filtering - sort fields in select elementclick on the "select" element beneath the column "Browser" in this example. It isnt sorted, how can I sort the fields alphabetically. --> http://datatables.net/examples/api/multi_filter_select.html the data is created here: [code] function fnCreateSelect( aData ) { var r='', i, iLen=aData.length; for ( i=0 ; i<iLen ; i++ ) { r += ''+aData[i]+''; } return r+''; } [/code] thanks in advance
- 27th Oct 2010Fixed columns with column level filtering in second header rowHi Allan, Just want to know if you have tried out Fixed columns plugin with multiple header rows. I am trying to fix first two columns, and my table have input text fields in the second row of the header. When it renders, it is giving some issues: 1) There is additional cloned header for two columns over the original header row, but first cloned column header is not visible. 2) One more unexpected thing is that the second header row with text fields is also cloned and it is visibly fixed when horizontally scrolled. Please suggest how to get rid of the above issues to make first 2 columns fixed. The table looks as below: Col1 Col2 Col3 And initialization as follows: myTable= $("#mytable").dataTable( { "sScrollX" : "100%", "sScrollY" : 1, "bAutoWidth" : true, "bProcessing" : true, "bJQueryUI" : true, "bPaginate" : false, "bSortClasses" : false, "bRetrieve" : true, "aoColumns" : [ { "bSortable" : false, "bSearchable" : false }, null, null, null, null, null, null, null, null, null, null, null, null, null,null,null], "aaSorting" : [], "oLanguage": { "sZeroRecords": "No records to display", "sInfo": "Count: TOTAL ", "sInfoEmpty": "Count: 0 ", "sInfoFiltered": "of total MAX ", "sInfoPostFix": "records" } }); new FixedColumns( myTable, { "columns": 2 }); Regards, Sriram
- 23rd Jan 2026columnControl extension - debouncing and visual cues questionscues" as to which filters are currently active in
- 15th Dec 2025Paging Index Hiding Columns in Second Ajax CallcentreActivityFilter.DataTableViewModel = d; return JSON.stringify({ filters: centreActivityFilter }); }, "dataSrc": function (json)
- 15th Dec 2025Paging Index Bug Hiding Columns In Second Ajax Call ?centreActivityFilter.DataTableViewModel = d; return JSON.stringify({ filters: centreActivityFilter }); }, "dataSrc": function (json)
- 7th Nov 2025Column Control and fixed Header bug?No, that isn't intended. I'll look into it, but I suspect that might be quite difficult to fix due to the redraw of the table when live filtering. Thanks for letting me know about that. Allan
- 1st Nov 2025Unable to find an exact date using FixedColumns component and calendar with data in DateTime formaton date: OK Ex. Filtering on a later date: