In the guide there's the function of non-standard rendering which no example / demo on it. Could anyone show some example on the function below?
$this->result_list - array of arrays with full result from database (grid). You can use it to create your own grid rendering.$this->result_row - array with full result form database (create/edit/view).
$this->fields_output - array with rendered fields, exept hidden and additional fields. Every element contains:
$this->hidden_fields_output - array of rendered hidden fields