Search
43924 results 21301-21310
Forum
- 19th Dec 2013Adding row on top when sorting on columns are disabledThanks for your reply. aaSortingFixed option helped me. I just used a invisible column and on this i did the sorting. and that fulfill my requirement of adding row on top the table.
- 19th Dec 2013Vertical border not aligning in Header / BodyYes, when zoomed. In IE, Firefox and Chrome. Mostly when the table don't have a lot of place or not enough place and the horizontal scroll bar (of the site, not table) becomes visible.
- 19th Dec 2013After scanning though some documentation , still i cant use the datatable in the jsp pagewouldn't account for the table not working at all.
- 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