-
- All Implemented Interfaces:
public interface TabularResource<S extends TabColumn<T>, T extends Object>
-
-
Method Summary
Modifier and Type Method Description abstract Array<S>columnTranslations(List<T> data)Defines the columns of this table in their desired order. -
-
Method Detail
-
columnTranslations
abstract Array<S> columnTranslations(List<T> data)
Defines the columns of this table in their desired order.
-
-
-
-