set_caption($caption)
Parameters: |
|
---|---|
Returns: |
CI_Table instance (method chaining) |
Return type: |
CI_Table |
Permits you to add a caption to the table.
1 | $this ->table->set_caption( 'Colors' ); |
set_caption($caption)
Parameters: |
|
---|---|
Returns: |
CI_Table instance (method chaining) |
Return type: |
CI_Table |
Permits you to add a caption to the table.
1 | $this ->table->set_caption( 'Colors' ); |
Designed by : w10schools
service@w10schools.com
Please login to continue.