Taken from the JSF comparison (http://www.theserverside.com/tt/articles/article.tss?l=JSFComparison) article from the TheServerSite:
Quote:
"What we call list is called a data table in Quipukit. It supports sorting by columns and both single and multiple items can be selected. Multiple selection can be done by clicking on the checkboxes or by holding down the STRG key and clicking at them. There are even more ways of selecting entries with the keyboard than with the mouse.
Unfortunately, the entries can not be modified by a double-click.
Furthermore, you cannot move items to another position via drag & drop."
I have not tried it yet, but it looks like I can use the same approach from the treetable demo (http://www.teamdev.com/quipukit/demo/treetable/TreeTable2.jsf) to make a row in a datatable editable, is that correct?
Thanks,
/Kenneth