Anyone please teach me how to resize the table in run time beyond the window's width & add H
Anyone please teach me how to resize the table in run time beyond the window's width & add H
MukunDCreator
Posts: 1Questions: 1Answers: 0
Hello World,
Hope you guys are doing good.
Anyone can teach me how to drag and expand the table width and add horizondal scroll bar.
I shared the expected output diagram.
For your reference - https://whiteboardfox.com/947363-7401-5478
My js Code: https://jsfiddle.net/mukundcreator/vj0qcL4w/1/
advance.
This discussion has been closed.
Answers
There is nothing built into Datatables for resizing columns. This thread links to a couple third party JS tools to allow for this. But people have had varying results with the libraries.
scrollX
is used to add the horizontal scrollbar.Kevin