Table with horizontal scroll bar

I have a table that has several columns, more than what that could fit in the visible part of the page. so i need it add the horizontal scroll bar for the table as the table did not provide it by default.

So what is the best way to add the horizontal scroll bar to the table?

Regards

Farid

You could give the table a fixed width and put it in a Panel.

That worked and looks great. Thank you Marko.