3

Is there a Pyramid equivalent for django-tables2? I find this library really awesome... almost perfect I would say, and I am trying to find an equivalent now that I switched to Pyramid.

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
DevLounge
  • 8,313
  • 3
  • 31
  • 44

1 Answers1

0

About 3 years ago I've commited this grid plugin, it works with various data types - it has support for sorting, and is very configurable.

http://sluggo.scrapping.cc/python/WebHelpers/modules/html/grid.html

I'm unaware of any other packages than mine.

Ergo
  • 1,205
  • 9
  • 16