Search
10143 results 571-580
Examples
- DataTables › Element IDs and classesautomatically assigned by the defaults. For this reason the
- DataTables › Language optionsChanging the language information displayed by DataTables is as simple as passing in a
languageobject to the DataTable constructor. This example shows a different set of English string being used, rather than the defaults. - DataTables › Feature enable / disablewhich it is by default).
Forum
- 21st Oct 2014Pagination is getting reset to default ? Any alternative wayCan you link to the page so I can debug it please? I presume when you use draw() you are using the access constructor for the new API - i.e. $().DataTable() (capital D). Allan
- 10th Sep 2014Disabling user sorting while keeping default order intactNo takers? I wonder if this is a bug?
- 12th May 2014Can I add a button to the right of the default 'Search' box?I am using Firefox. My intent is to add a 'Clear' filter button, and the other button I want is to change how Date/time fields are displayed. This is a customer request - they want European format and American format. Given the layout, it makes sense to me to add these buttons to the right of the Filter field. I don't HAVE too.... but it would make the layout a bit neater and remove some negative space.
- 31st Mar 2014Why the first Column is colored different by default?Thank you both!
- 12th Feb 2014Change default value of iDisplayLength?I can answer my own question :-) The value for the appropriate options in the length change drop down is used as the value for iDisplayLength when you select it. In my table, I have 2 length options - All and Pages. If the Pages option has a value of 20 then the table will show 20 rows. Makes perfect sense now I think about it, its only when I came to try and write my own change handler for the length change drop down that I realised this! Cheers, Al.
- 27th Aug 2013default sorting of table on page loadOh and yes - as tihg7947, your jQuery selector is an ID which doesn't exist.
- 13th Jun 2013Change default behavior on edit: for empty fields, from empty string to nullThank you Allan. I managed to solve the problem using this method.
- 6th May 2013Storing default configurations in a js fileis: [code] /* Set the defaults for DataTables initialisation */ $.extend(
- 1st May 2013Default SortNevermind. After researching this I found by adding "aaSorting": [ ], corrected my issue.
- 29th Apr 2013Default sorting with particular columnThank you that worked well.