Search code examples
web-applicationswebformswiki

How to implement a modifiable table on a web page?


I would like to create an HTML page that contains a table, where one column is editable by any user (after logging in). (As a bonus, the table should be sortable on any column.)

It's sort of like a wiki page, except the users are not supposed to edit wiki source code, but simply modify values in the modifiable column of the table.

Are there any packages for that? Maybe a wiki plugin?


Solution

  • There are many ways to do this. One way is to use ExtJs.

    Here is an ExtJs editable grid sample.

    There is also a jQuery grid.