Hi, Has anything be updated to use ExtJS libraries in web2py?
I am using some ExtJS 4 grids on my application, feeding the grids through JSON outputs from web2py, but not using the CRUD feature. Which means I am manually parsing the SORT and PAGING information from the ExtJS calls (through JSON objects) to populate a grid. For example my ExtJS grid calls /myapp/default/get_data.json?start=0&limit=10&sort=id My controller get_data will manually read the start/limit/sort information and respond with the appropriate data. It works well, but now I am trying to implement the FILTER information and it's much more painful (to remotely filter). Can the CRUD service handle sort/paging/filter features? Has anything been done to ease the integration of ExtJS components in web2py? Screenshot of the integration of an ExtJS grid in web2py: Best, Thomas

