How can I show 200 rows in data table after adding vertical and horizontal scroll bar
How can I show 200 rows in data table after adding vertical and horizontal scroll bar
Hi
I am looking for the suggested code to increase the height of the data table and to hold more rows in a report. After adding vertical and horizontal scroll bar , I can see only few record on the data table without using scroll bar. So how can I increase the height of the table to make it to see more records without using the scroll bar. Please help me with suggested code
my link is given below
https://jsfiddle.net/kxetda3h/4/
This question has an accepted answers - jump to answer
Answers
I think increasing the height of the scrollY parameter is what you are looking for:
https://jsfiddle.net/ge2mtvr0/
Kevin