I am trying to create an editable grid than can be updated online & recalled at a later date.Basically I need 2 different tables/grids.1 is a grid for an online staff rota - the admin will update it via their browser & the staff will login & see a static table/grid2 the staff submit their timesheets online - just a basic grid, but the admin staff need to be able to open & amend the details and the staff need to be able to save a different sheet each week
jqGrid will do for the grid, but you still have to write the Javascript and PHP that will use it to save/display data to/from the database.