interface GridField_DataManipulator implements GridFieldComponent (View source)

Can modify the data list.

For example, a paginating component can apply a limit, or a sorting component can apply a sort.

Generally, the data manipulator will make use of to {@link GridState} variables to decide how to modify the {@link SS_List}.

Methods

getManipulatedData(GridField $gridField, SS_List $dataList)

Manipulate the {@link SS_List} as needed by this grid modifier.

Details

SS_List getManipulatedData(GridField $gridField, SS_List $dataList)

Manipulate the {@link SS_List} as needed by this grid modifier.

Parameters

GridField $gridField
SS_List $dataList

Return Value

SS_List