So, what I am trying to do is to render an htable in shiny on the sidebarPanel (or using fluid page columns). The table I am trying to render has 100 rows of data. When I try and render the htable on the sidebarPanel (or using fluid page columns), I am able to get only 40 rows on the display.
But, if I render the htable on the whole page, all the 100 rows are rendered. I want the htable to be visible only on the sidebarPanel/fluid column so that I can use the other part of the display to render a graph etc.
Kindly help me with this issue.