You need to sign in to do that
Don't have an account?

dynamic editable table
I need to build an application that will allow a user update many records quickly in a single page. The idea is to enter some search criteria (State, Name, Zip, date range, etc.), execute the query and return an Excel-ish table display to the user, where the individual cells are editable. How would you go about getting this done as efficiently (and quickly) as possible? Enhanced list views - in combination with a visual force page, this is almost there and the paginator makes it easy to work with a large number of records. But the double-click/popup/save is just too cumbersome for really effective editing. I also will not know the number of columns returned until runtime, so the table has to be seriously dynamic, both rows and columns. Ideally the user would edit a cell, tab to the next and keep editing. Changed cells would be highlighted and then when the user is ready, click a single button to commit all changes to the database. What's the best approach to build something like this?
Mark
Mark
Mark