Search
43851 results 21231-21240
Forum
- 19th Dec 2013Add/Delete/Edit button PHP/MYSQLis there a way to put the edit / delete buttons in the table nex to each record?
- 19th Dec 2013Horizontal scrolling FixedColumnOk, but the scrolling is enabled for the entire table, the firsts 2 column are not fixed (in my browser: Firefox 25.0 and Chrome 31.0). Isn't it for you?
- 18th Dec 2013fnFooterCallback the parameter "node" nrow is undefinedFigured it out, need to make sure you have the tfooter already in your table.
- 18th Dec 2013Listing Data Rows - How Tofor fast and accurate table cardinality) */ $sIndexColumn = "id"; /* DB
- 18th Dec 2013Updating a TD class on load -- Columns vary based on session variableI was able to get a working solution for my situation using just using css. last of type and not first on my table rows. two use cases for me were : [code] .dataTable tr td:last-of-type { } .dataTable tr td:not(:first-child) { } [/code]
- 17th Dec 2013looping through an array of json objects with keys to other json objectsare actually defining a table with 12 columns: [code]
- 17th Dec 2013Row Reordering plugin with Drag'n'Drop capabilities is releasedI am using reordering rows and then saving the new order back in the database,I want to have an array of updated row ids that will be sent to server. here is my table structure
- 16th Dec 2013Server data - Attaching a custom event to a datatable.problem solved by using fnDrawCallback [code] "fnDrawCallback": function( oSettings ) { alert( 'DataTables has redrawn the table' + form['name']); attach_click_row_event(form); }, [/code]
- 16th Dec 2013Adding an Input/Row Dynamically to Editbeing added to the table. It just does an
- 15th Dec 2013Turning off width: 100%I found the table { width: 100% } in the dataTables.css ... removing it fixes my problem. I hope I remember to do that again the next time I upgrade :)