If you benefit from web2py hope you feel encouraged to pay it forward by contributing back to society in whatever form you choose!


  • 0
    mrfreeze  14 years ago
    Thanks David. You can now do:
        grid.messages.page_info = 'Page %(pagenum)s of %(pagecount)s Total %(total)s'
        grid.messages.view_link = 'View'
        grid.messages.delete_link = 'Delete'
        grid.messages.edit_link = 'Edit'
        grid.messages.file_link = 'File'
        grid.messages.previous_page = ' Previous'
        grid.messages.next_page = 'Next '
    

Commented on:

This is a module that lets you build a table on the server that supports paging, sorting, editing and totals easily. It requires no javascript or sessions to work.

Hosting graciously provided by:
Python Anywhere