Search
1494 results 41-50
Forum
- 6th Feb 2011Bug in Y scrolling when using jQuery UII took Allan's "Themed" Y scrolling example found here:
- 18th Aug 2010Scroll y and Tabs with IE8 Bugissue with using Scroll y at the same time
- 2nd Aug 2010Issue using Column level filter with x and y ScrollsHeader with X and Y scroll bars + Column level
- 10th Jul 2010Possible issue with scroll x and yam not using scroll y ( i could not get
- 21st Apr 2025tengo un error de datatable y la aplicacion es en .net 7Please provide more information. What is the error? Post your datatables init code. What troubleshooting steps have you taken. Better is a link to a test case showing the issues you are having so we can help debug. https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case Kevin
- 23rd May 2024como puedo agrupar columnas de la tabla y que se reflejen al exportar el pdf?Me lo imagine pero de todos modos muchas gracias :)
- 31st Aug 2023Creating extra space for y scrollbar, but the scrollbar is not visible@allan. Please see the attached change (It is mod-marked) in function _fnScrollDraw. // Figure out if there are scrollbar present - if so then we need a the header and footer to // provide a bit more space to allow "overflow" scrolling (i.e. past the scrollbar) /* BD Change var bScrolling = table.height() > divBodyEl.clientHeight || divBody.css('overflow-y') == "scroll"; ED Change */ /* BA Change */ var aTHeightD=table.height(); var aTHeightI = parseInt(aTHeightD.toString()); var bScrolling = aTHeightI > divBodyEl.clientHeight || divBody.css('overflow-y') == "scroll"; /* EA Change */
- 27th Aug 2023No me aparecen los botones de acciones "create", "edit" y "remove"Also, have you included the Editor source files in your page? It would be worth confirming in the browser's developer tools in case there's a load order issue. Colin
- 10th Jul 2023A selector for rows from X to Y?Hi, Kevin. Your code does what I want and is more elegant. Thank you.
- 6th Jul 2022Wrong scroll Y sizeThanks! I’m using an iPad at the moment so I can’t diagnose this just yet, but as soon as I get back to my laptop I’ll debug it :) Allan