class MyTable(DataTable): name = Column('name') email = Column('email') class ... Return the row data for this table broken out by columns.
確定! 回上一頁