Search
10784 results 7041-7050
Forum
- 17th Aug 2011Is it possible to pick & choose features?DataTables features are listed here: http://datatables.net/usage/features . There isn't currently a way of setting the defaults, but what you can do is something like this: [code] $('#example').dataTable( $.extend( {}, defaults, { "bFilter": true } ); [/code] Where 'defaults' is your default initialisation object. Allan
- 17th Aug 2011Search/Filter only visible columnsof course, which would initially give the effect you
- 17th Aug 2011Unable to get value of the property 'cloneNode': object is null orbe good, otherwise your initialisation and HTML code would
- 14th Aug 2011BUG: FixedColumns breaks when using a remote language file (oLanguage.sUrl) in the datatablesYou need to put your FixedColumns initialisation into fnInitComplete ( http://datatables.net/ref#fnInitComplete ) since the language loader is asynchronous. Allan
- 9th Aug 2011Trouble with FeaturesdtTable; var dtTitle; //* Variable Initial Definitions dtTitle = dtTarget.toLowerCase().replace(/\b[a-z]/g, titleCase);
- 5th Aug 2011Browser Compatibility problemfilling it with "N/A" initially and only replacing it
- 3rd Aug 2011Problem with horizontal scrolling mixed with infinite Y scrolling.Try increasing the display length on initialisation: http://datatables.net/ref#iDisplayLength Allan
- 2nd Aug 2011TableTool problem when hiding dataTable_wrapperelements are hidden during initialisation, they don't have any
- 2nd Aug 2011Master/Detail pattern under 1.8for displaying the orders (initially hidden). For the childtable
- 29th Jul 2011Table gets WIDTH:0px when "bVisible":false is usedcss attribute directly after initializing the table, and then