Skip to content

classes_lib_google_gvtable.class

Daniel Spors edited this page Dec 19, 2023 · 3 revisions

Classes in file lib/google/gvtable.class.php

class gvTable

A data table See https://google-developers.appspot.com/chart/interactive/docs/gallery/table

Extends: GoogleVisualization » GoogleControl » Control » Renderable

opt

OVERRIDE GoogleVisualization::opt Sets an option. Overrides parent to capture 'title' option as tables does not handle that. We will instead create a &ltdiv class='caption'/> element with the title once the table has been rendered.

__construct

OVERRIDE GoogleVisualization::__construct

Clone this wiki locally