| Attributes |
| Name | Required | Request-time | Type | Description |
| collection | false | true | java.util.Collection | The collection to iterate over. Use it with the var attribute to target the data. This attribute must not be filled if the dataProvider does not require a collection evaluation. |
| dataProvider | false | true | com.ideo.sweetdevria.taglib.grid.data.IGridDataProvider | The data provider accessing to the data of this grid. If the dataProvider does not require a collection evaluation, either this attribute OR the collection attribute must be filled. |
| var | false | true | java.lang.String | Set a request session variable containing the data stored in the collection during the iteration. |
| rowPerPage | false | true | int | Set the minimum number of row to display per page. |
| rowCountVar | false | true | java.lang.String | Set the variable name where will be stored the current row count during the iteration over the rows. |