Custom scrollbar

Which is the best way to implement a horizontal custom scrollbar for a table since it is not possible to customize them in cross-browser mode?

Thanks

What do you mean by cross-browser mode? What would you need to customize?

To have horizontal scrollbar for Table, enclose it in some component that has “overflow: auto” CSS style enabled,
such as a Panel
.