set_empty($value)
Parameters: |
|
---|---|
Returns: |
CI_Table instance (method chaining) |
Return type: |
CI_Table |
Lets you set a default value for use in any table cells that are empty. You might, for example, set a non-breaking space:
$this->table->set_empty(" ");
Please login to continue.