Question please. "DataTable"s can have one or more columns. According
to the constructor each IColumn must have the same model object type.
What is the logic behind that? I would assume that each column can
have a different model object type.

        public DataTable(String id, IColumn<T>[] columns, IDataProvider<T>
dataProvider, int rowsPerPage)

Juergen

Reply via email to