Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.

Renderer Specification

awagner83 edited this page Sep 13, 2010 · 1 revision

DataGrid uses render classes/modules called renderers to take preprocessed data and turn it into something presentable.

A basic renderer contains the following methods:

  • setup (optional)
  • table
  • row
  • cell
  • head
  • tail
Clone this wiki locally