Dataframe Display

Quick question. I have a large dataframe with lots of rows and columns I’m looking to display with panel. Currently we are using a holoviews table but there doesn’t seem like there’s much formatting options. Is there any other options that would be scrollable both vertically and horizontally?

I have not personally tried this, but there is an example in the Panel gallery of wrapping an external Datatable library from datatables.net.
Datatable Example