On 2/6/06, Max Ischenko <[EMAIL PROTECTED]> wrote: > How about the following plan. > > Step 1. Take current DataGrid implementation (by Alberto/Kevin), simplify it > a bit by assuming it is always applied to SelectResults data (as it > originally did), remove docstring that explains how to use it for arbitrary > dataset and rename to FastDataGrid. Update DataController to use FastDataGrid. > > Step 2. Take my NewDataGrid implementation, move it from fastdata to widgets > package and rename to DataGrid. I strip any logic to deal with SelectResults > data (model argument, columns_meta) and update docstring. > > Step 3. Update DataGridWidget page to document both widget classes and > explain the differences.
Sounds like a fine idea. It's hard to know for sure how it'll work out without actually trying it, so I'd say: give it a go and see how it feels. Kevin Kevin

