Results 3 issues of jchang10

Individually, works fine. With both row_selectable and filter_action defined, a JS error is caused, "Cannot ready property '0' of undefined. It's an obscure error, so in a page with several...

I noticed something strange happening with Sessions. It looked like writes would never get written to the database. It turned out they were, but they were being overwritten later with...

question

I noticed that Model subclasses were not supported. I did a hack in types.py:construct_fields() function to walk the Model's subclasses as well as the Model class itself. It seems to...