# File ValidForm_dyntable.rb, line 6 def initialize(id,attributes={}) @id=id @attributes=attributes||{} @cols=[] @pgresult=nil @growable=true @deletable=false @hidedeletedrows=true @autoincrement=true end