Search
14755 results 11281-11290
Forum
- 15th Oct 2012Drill-Down Rows w/ Static Contentvar oTable; // 'open' an information row when a row
- 12th Oct 2012width dataTable fixedColumns recalculatemay not have enough information? :-)
- 11th Oct 2012Updating The Number Of Entries Label After A New SearchHi Steve, DataTables will update the information element on every draw. For example try filtering in this example: http://datatables.net/release-datatables/examples/data_sources/server_side.html . So I'd guess that it isn't drawing, and that's usually because sEcho isn't being returned correctly for the server-side processing. Allan
- 10th Oct 2012Sort column by rating (wordpress - wp table reloaded - gd star rating)I don't know about WP-TableReloaded (or rather where you would put the plug-in for DataTables), but you'd need a sorting plug-in which will pull the information you want from the strings and then sort on them. Documentation here: http://datatables.net/development/sorting Allan
- 10th Oct 2012jquery.floatThead - a new floating header plugin that works with datatablesHi Misha, This is a great job ! :-) But I'm embarrassed. I wonder if I won't have to replace FixedHeader by jquery.floatThead in DataTables4j ... ;-) Anyway, could you please add license information to your plugin ? Thanks ! And again, great job ! Regards, Thibault
- 8th Oct 2012Having Trouble With fnStandingRedrawsuggestions here? The DB information is being updated from
- 4th Oct 2012Colspan IssuesYou need to call fnAdjustColumnSizing when you make the table visible. See for more information: http://datatables.net/release-datatables/examples/api/tabs_and_scrolling.html Allan
- 3rd Oct 2012[SOLVED]fnRowSelected gives me a undefined arraycan give you more information, so this is how
- 1st Oct 2012Setting bStateSave to true = asSorting errorAs the 'new thread' information says: Do: Use DataTables
- 1st Oct 2012ajax deep linkingYou need to use the API to apply a filter and sort based on the information in the link - this isn't a built in feature, but is easily done with fnFilter / fnSort . Allan