TWebDBGrid v TWebDBTableControl

Just come back to WebCore after being dragged onto other projects for a while. Of course I have forgotten everything! So expect lot's of questions.


Quick question: what is the difference between TWebDBGrid and TWebDBTableControl? which is better?

Thanks 

TWebDBTableControl wraps a HTML table. TWebDBGrid aims at providing a grid with a feature set similar to the VCL DBGrid.

TWebDBGrid has things liks fixed columns, fixed rows, scrollbars, keyboard navigation, editing.
TWebDBTableControl doesn't have this as it is basically a HTML table.

thanks