Skip to content
aodag edited this page Apr 2, 2013 · 3 revisions

Welcome to the rebecca.grid wiki!

maybe

  • use jqgrid
  • use colander schema

setup hook include('rebecca.grid') .

API Usage

class UserSchema(c.Schema): id = c.SchemaNode(c.String()) name = c.SchemaNode(c.String())

g = Grid(UserSchema())

g.serialize(items)

Clone this wiki locally