Search
43854 results 21741-21750
Forum
- 11th Jun 2013Custom paging condition - Can we ?Actually, I created this table with colspan in the
- 10th Jun 2013more documentation buglets and some theory/usage questionsI see [code] .table tbody tr.active:hover td, .table tbody tr.active:hover th { background-color: #0075b0 !important; [/code] in the dataTables.bootstrap.css file. I've gone ahead and made a debug at http://debug.datatables.net/aneyis (after getting a new dataTables.bootstrap.css file)
- 10th Jun 2013_fnGetCellData throw an error when oCol is undefinedHave you removed a column from the table? Unfortunately that's a known issue with 1.9-. It is fixed in the 1.10 WIP branch... Allan
- 10th Jun 2013How to copy paste data from excel to datatablesYes I'm sure it would be thinking about it. You could listen for the paste event in modern browsers and then add the data to the table through the API. Allan
- 9th Jun 2013Fixing one row to top of DataTable which will be displayed in all pagesWhat you could do is use fnDrawCallback to attach the row you want to the top of the table (prepend in jQuery) on every draw. Then it will be there at the top of the table all the time. Allan
- 9th Jun 2013How to create a drop down list from a JSON object array item - Updatedselect list in the table, then yes, that looks
- 9th Jun 2013Fixed columns issuewith cellspacing="0" on the table tag) and browsers can
- 8th Jun 2013Colreorder and save stateI added the following to table init, but it didn't work. [code] 'oColReorder': { 'fnReorderCallback': function () { var that = this; $.each(this.s.dt.aoColumns, function (i, e) { that.s.dt.aoColumns[i].mData = e._ColReorder_iOrigCol; }); } } [/code] seems like when aaData is passed, fnAddData() ignores mData values. :(
- 7th Jun 2013Datatables Editor cannot create new entry with join tablesserver script for DB table dashboard_task * Automatically generated by
- 7th Jun 2013Example join.html doesn't work with large databasekeys into the join table $stmt = $dte->db() ->query('insert') ->table(