With that already in place, is it possible to apply a grid to it ?
Ext.grid.GridPanel
...
table: sampleTable,
width:600,
height:300,
frame:true,
title:'Framed with Checkbox Selection and Horizontal Scrolling',
iconCls:'icon-grid'
Which would apply the table to my existing html data structure instead of writing it all in javascript ?