Search
11152 results 3851-3860
Forum
- 3rd May 2012Column Filtering ( using Img 'Alt' attribute)By default DataTables will strip HTML from the filter (so it doesn't sort on tag names for example). If you want to explicitly tell it to filter / sort on an attribute you can use type based plug-ins: http://datatables.net/development/filtering http://datatables.net/development/sorting Allan
- 1st May 2012dataTables shows all rows by default"aaSorting": [[2,"DESC" ]] I suspect that this is causing a Javascript error as the sort direction is case sensitive. Try: [code] "aaSorting": [[2,"desc" ]] [/code] Allan
- 29th Apr 2012Problem with fnSaveState and fnLoadStateto catch exactly this sort of thing. One day...
- 29th Apr 2012Sorting non-ASCII characters and data-content HTML Tag sortingto "string", table was sorted regarding to "data-content" attribute's text. I need to sort column regarding to "Name".
- 29th Apr 2012aaSorting based on th-classfix: Defining an initial sort column with a class
- 28th Apr 2012Sorting bug/error Chrome Specific need work aroundhelp me adjust the sorting, so it stops the HTML inclusion in the sort? DataTables should do that
- 27th Apr 2012Orthogonal data for data types in DataTablesinclude the ability to sort and filter on abstract
- 26th Apr 2012DataTables Row Grouping add-in is releasedsingle column, and for sorting to sort based on the "top"
- 26th Apr 2012Json sub-array problemTry: [code] "mDataProp": function (data, action, val) { if ( action === set ) { data.propertyAdaptor = val; data.propertyAdaptor_formatted = ""; for(i=0; i<propertySize; i=i+1){ { data.propertyAdaptor_formatted += data.propertyAdaptor[i].value; } } else if ( action === 'display' || action === 'sort' || action === 'filter' || action === 'type' ) { return data.propertyAdaptor_formatted; } return data.propertyAdaptor; } [/code] Allan
- 25th Apr 2012Header Row not applying proper widthsover the right and sort on some of the