I am doing a site in php, I have to display the data in the table, I do not display the whole data on it The table is big and my div is so small, so I decided to add the scroller to the left and the right side of the table. I've added the image of the table how can I scroll the table using javascript or jquery
Thank you.
I think you can use the scroll in CSS like this :
overflow-x: scroll;
Comments
Post a Comment