I noticed another problem with powertable and web2py 2.0.9 When I created a new app under web2py 2.0.9 and tried to implement a powertable it exhibited some unusual behaviour. On initial callup, the powertable showed all records instead of the number specified by iDisplayLength and the columns don't show the column sorting icon. Also the column id is displayed even though table.showkeycolumn = False
Firebug showed an error in plugin_powertable/jquery.dataTables.min.js: "detailed error: TypeError: a.charCodeAt is not a function" I discovered that if I replaced /static/js/jquery.js with version v1.7.1 from an earlier version of web2py, all the powertable problems disappeared. Web2py 2.0.9 uses jQuery v@1.8.0 which apparently triggers the problem with powertable. Earlier versions of web2py used jQuery v1.7.1 which seems to work ok with powertable. I'm wondering if I can make powertable work if I use a more recent version of datatables? Which files from the datatables would I have to incorporate? Any suggestions? - Tom On Monday, October 8, 2012 5:42:46 PM UTC-6, rochacbruno wrote: > > Thanks, I will update the repo. --