Draw table for graph.
Attachments:
Answers
Answered by
0
Answer:Visualization: Table
bookmark_border
Overview
A table that can be sorted and paged. Table cells can be formatted using format strings, or by directly inserting HTML as cell values. Numeric values are right-aligned; boolean values are displayed as check marks. Users can select single rows either with the keyboard or the mouse. Users can sort rows by clicking on column headers. The header row remains fixed as the user scrolls. The table fires a number of events corresponding to user interaction.
Example
Explanation:
Similar questions