Determines whether the table has items to display or not
Source
public function has_items() {
return ! empty( $this->items );
}
Changuelog
| Versionen | Description |
|---|---|
| 3.1.0 | Introduced. |
Determines whether the table has items to display or not
public function has_items() {
return ! empty( $this->items );
}
| Versionen | Description |
|---|---|
| 3.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.