Text overlapping in columns
Text overlapping in columns
izzi_izzi
Posts: 1Questions: 0Answers: 0
Debugger code (debug.datatables.net):
I dont have errors
Error messages shown:
N/A
Description of problem:
When i add some rows in the datatable, text in one column is overlaped.
This is my datatable declaration and configuration
And my HTML
Im using datatable ver. 1.13.6 and boostrap "4.3.1"
Replies
Based 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:
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