Make dataTable fit to mobile display
Make dataTable fit to mobile display
ashibahl007
Posts: 22Questions: 4Answers: 0
I have a dataTable below :
http://debug.datatables.net/ulatup
I need this dataTable to fit to mobile.
In mobileView, it looks like this : (stpp.png)
And I want it not to be scrolled and look somewhat like this : (New_Stoppafe.png)
Please guide me Allan as to how can I achieve this.
Regards,
Ashish
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Can you give me a link to the page showing the issue please? I don't see anything that is obviously wrong in the setup shown by the debugger.
Allan
I hope this fiddle helps out :https://jsfiddle.net/nyu7weep/
Thanks. The example didn't include the Responsive libraries. When I add them in it works okay.
Worth noting that performance is going to be really poor since paging is disabled.
Allan