/** * add the ability to check & enable "order by" of given field/s * by default you can order by * * @param mixed $fieldname * @static */ public static function addOrderBy($fieldname) { //Method inherited from \Zofe\Rapyd\DataSet return \Zofe\Rapyd\DataGrid\DataGrid::addOrderBy($fieldname); }