GravityView  2.17
The best, easiest way to display Gravity Forms entries on your website.
Variables
views/table/table-body.php File Reference

Go to the source code of this file.

Variables

if(! isset( $gravityview)||empty( $gravityview->template)) $template = $gravityview->template
 The entry loop for the table output. More...
 
if(1===(int) $gravityview->view->settings->get( 'no_entries_options', '0')) else
 

Variable Documentation

◆ $template

if (! isset($gravityview)||empty($gravityview->template)) $template = $gravityview->template

The entry loop for the table output.

$gravityview $template

Definition at line 14 of file views/table/table-body.php.

◆ else

if (! $gravityview->entries->count()) else
Initial value:
{
$no_results_css_class = 'gv-no-results gv-no-results-text'
Runs Actions:
gravityview/template/table/tr/before
Runs Actions:
gravityview/template/table/tr/after

Definition at line 18 of file views/table/table-body.php.