#include <ElementDataGrid.h>

Data Fields | |
| Rocket::Core::StringList | fields |
| DataFormatter * | formatter |
| Core::Element * | header |
| float | current_width |
| The width of this column. | |
| bool | refresh_on_child_change |
| Rocket::Core::StringList Rocket::Controls::ElementDataGrid::Column::fields |
The list of fields that this column reads from the data source for each row.
The data formatter this is used to process the field information into what is finally displayed in the data grid.
The header that is displayed at the top of the column, in the header row.
Whether this column has a forced refresh when a child node changes. This is to allow the expand/collapse buttons to be added or removed when a child node is added.