Resizing of DataTable column merge with each others.
Resizing of DataTable column merge with each others.
I have a datatable with 5+ columns and 100+ rows. when I show my datatable in desktop view it is okay. But when I show in Tablet view & Mobile view Column data merge with each another. Like(desktop view)-
id | name | email | address | phone |
1 | abcd | ab@s | etc. | 000000
when I resizing it "tablet" view it's like-
id | name | email | address | phone |
1 | abcd | etc. | 00000 |
when I resizing it "mobile" view it's like
id | name |
1 | 00000(its mean phone number)
I have used datatable 1.6.3 js version. Can anyone help me to finding its solution?
Answers
We're happy to take a look, but as per the forum rules, please link to a test case - a test case that replicates the issue will ensure you'll get a quick and accurate response. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.
Cheers,
Colin