Search
23531 results 2901-2910
Forum
- 13th Mar 2013Fixing left column, cause overflow in other columnsUpdate: The div with wrong width are dataTables_scrollHead and dataTables_scrollBody
- 20th Feb 2013Columns Header + ColVis + Boostrap (with Test Case) Issuethanks Allan for your quick answer, I tried but unfortunately the problem persists! the code I posted is correct?
- 8th Jan 2013one long row across all columnsThe closest DataTables comes to that is something like this: http://datatables.net/release-datatables/examples/advanced_init/row_grouping.html Allan
- 2nd Jan 2013Totalling number columns including commas (e.g. 1,234.56)Its not a display plug-in - its a sorting plug-in. So it effects the sorting, not the display. If you want to actually add number formatted you'd do so using an mRender function. Allan
- 19th Dec 2012Enable/Disable Fixed columnsThanks Allan for the reply. Yes i am using fnOpen/fnClose to create the nested tables with fixedcolumn on the left. The nested datatable is getting expanded without any issue. I see a comment saying full redraw, do i need to destroy the datatable completely and redraw it? Thanks.
- 7th Dec 2012JSON Data loading with columnsHi Allan, Finally could get it on jsFiddle http://jsfiddle.net/UnaDU/ on jsFiddle with datatables plugin referring from http://ajax.aspnetcdn.com/ajax/jquery.dataTables/1.9.2/jquery.dataTables.js The table is rendered properly in the fiddle however it is throwing an error in my code at the location mentioned in my earlier comments . Its really strange that this works fine in fiddle but not in my code. Any pointers on what i might be missing or how you want me to debug the script?
- 30th Nov 2012Would this require to purchase support? Multi Filter Select with columns treated differentlyHi Erik, The column filter plug-in you linked to is a third party project, and not one that is maintained as part of the core DataTables project. I'd need to open an issue against that project if you are having issues specifically with it, as I don't know much about it and can't offer any support for it. Regards, Allan
- 28th Nov 2012issue with the scrollbars they make alignment issues with the fixed columns and lines.It appears to work okay in Chrome and Safari for me (Mac). What browser are you using that you are seeing the issue in? If you want vertical scrolling as well, you should enable the sScrollY option as well as sScrollX . Allan
- 19th Nov 2012Filter (Search) inside ColumnsI would send the link but it's stored locally ..
- 10th Nov 2012IE8 Fixed Columns throwing an exceptionWhat was the bug? If it is in FixedColumns then a patch or pull request with the changes would be warmly welcomed. Allan