Home
Analytics
Grid and Table Difference
vsa123
Hi
Would like to when should i prefer to use grid and when a table?? whats the difference??
Thanks
Shailesh
Find more posts tagged with
Comments
Happy
Big difference being tables need to bound to dataset items or report items.
Grids do not have to be, hence they can be used for pretty presentation layout stuff instead/as well
G-Man
<p>One more major difference, Table field iterates according to rownumber, while Grid just displays first value even if binding created on dataset.</p>