Grid_Basic::applyTDParams PHP Method

applyTDParams() public method

You can pass row template too. That's useful to set up totals rows, for example.
public applyTDParams ( string $field, SQLite &$row_template = null )
$field string Fieldname
$row_template SQLite Optional row template
    public function applyTDParams($field, &$row_template = null)
    {
    }