Search
23531 results 2631-2640
Forum
- 30th Oct 2023Text overlapping in columnsBased on where the paging buttons are it looks like the table is not the full width of the container. For us to debug we will need to see the problem. Please post a link to your page or build a test case replicating the issue. https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case Here are some typical issue: Not using the Datatables style framework integration files. Use the [download builder]( to get the proper files for Bootstrap 4. Table is initialized hidden then, when shown, it is not the full width. Use columns.adjust() when the table is shown. See the example. If this doesn't help then please provide a test case replicating the issue so we can help debug. Kevin
- 6th Aug 2023Colums not sizing correctly when using fixed columnsThanks kevin!!!! I always appreciate you!!!!
- 28th Jul 2023Bug Fixed Columns on Safari and FirefoxThanks for the test case, but I'm not seeing the horizontal scroll on Chrome either due to console errors. Please could you fix those so we have a working test case example that we can debbug, Colin
- 13th Jun 2023Why do columns sometimes get truncated and the responsive UI (green +) is not invoked?Understood. Unfortunately, the only way for you to do that is to install our mobile application which is wrapped in PhoneGap (Cordova), though it is a web app. Based on what I have observed, it seems to resolve itself when t he orientation is horizontal. Let me take the discussion back to the customer as we would need permission to provide you access. Pat
- 16th May 2023How can i add a column into tbody other than columns= [...] for use serverSide processingWe provide our Editor software which allows new rows to be created. It will work with Vue and the Yarja library also provides support for Editor (we don't publish Yajra ourselves, so I can't provide technical support for it though). If you want to write your own "create" form, then yes absolutely that can be done. Once you've added your new data, just call draw() since you are using server-side processing, and it will get the latest data from the server. Allan
- 26th Apr 2023I get an error 'column count' when i use it wth my db wch has 14 columnsHave you followed the steps in the technical notes linked to in the error? That'll be the place to start. If so, what did you find? Colin
- 19th Apr 2023Rendering columns with custom tagsThanks for the clarification. Unfortunately, at this time, it is not possible to use components in the results returned from render. That is something I would like to address in future. Sorry! Allan
- 7th Apr 2023Sort by two columns in an inverse direction, when a column's sort button is clickedNo, sorry. At this time that is not possible. The will both sort in the same direction. If you need more control, what you could do is remove the default DataTables listener for the click event on the header and instead add your own which would call order() with the combined ordering as needed. Allan
- 27th Mar 2023Buttons broken when using extra dropdown columnsIf you still need help then please post a link to your page or a test case replicating the issue so we can help debug. https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case
- 24th Feb 2023Export edited columns to ExcelHi Kevin, thank you very much for the answer, I managed to solve my problem using row().invalidate() :)