Some cleanups
[project/luci.git] / libs / cbi / luasrc / cbi.lua
index ab342fe..7e2f53c 100644 (file)
@@ -492,6 +492,8 @@ function Table.__init__(self, form, data, ...)
        
        AbstractSection.__init__(self, datasource, "table", ...)
        self.template = "cbi/tblsection"
+       self.rowcolors = true
+       self.anonymous = true
 end
 
 function Table.cfgsections(self)