Common requirement in any web application development is to show data in Grid / Tabular format.

I suggest using jqGrid plugin, because it offers all the features that will be required in a Grid from simple to advanced. And also it is coupled with jQueryUI which allows you to theme the Grid in sync with jQueryUI themes.

Here is a stack overflow threadwhich discuss about best jQuery plugins for Grid or Table.