Search
10784 results 1331-1340
Forum
- 26th Aug 2011DataTables not sizing appropriately when scroll bars appear or disapearthat sucks. would it work to periodically poll the header or footer elements and take the same size? those would be based on your width calculations at init, but won't change due to a scrollbar later on.
- 23rd Aug 2011Have script that already produces JSON, need to call it and load tableoverride fnServerData in the init, your function will get
- 23rd Aug 2011Re-Init Data-TableYou can pass "bDestroy": true as an option to your datatable's object init code to make it destroyable.
- 22nd Aug 2011Dynamic Column Namesuse the same format as aoColumns (an array of objects) [code] {"COLUMNS":[{ sTitle: "NAME"}, { sTitle: "COUNTY"}],"DATA":[[" John Doe","Fresno"],["Billy,"Fresno"],["Tom","Kern"],["King Smith","Kings"]]} [/code] you can use any of the "init options - columns" values listed on http://www.datatables.net/ref or follow the examples at http://www.datatables.net/examples/
- 22nd Aug 2011[Solved] Override bStateSave with oSearch and aoSearchColsit right after I init dataTable(); Doesn't seem to
- 21st Aug 2011How to repeat fnInitComplete functions after a an fnReloadAjax?include bDestroy in the init, it will remove the
- 21st Aug 2011How to use defered rendering with source/array.txt to speed IE8 up, gives data=null, nothing foundcolumn, or even at init time when the first
- 16th Aug 2011TableTools on multiple tablesThe problem, can't get TableTools working on both tables independantly if I use Tabs plugin Init... Thanks Gust
- 15th Aug 2011DataTables 1.8.2 pre-release - testing scrollingHello Allan, I would like to know if you figure out something to work around the Table Tools init problem with jQuery UI Tabs plugin : http://datatables.net/forums/discussion/3963/tabletools-on-multiple-tables#Item_12 Thanks Gust
- 11th Aug 2011Post Multiple Selected Rows to PHP (Non-Server Side Processing)post when within the init table's .ajax call. [code]