This Question is Answered

1 "correct" answer available (4 pts) 2 "helpful" answers available (2 pts)
1 Replies Last post: Oct 30, 2006 11:58 AM by Pavel Kaplin  
Kenneth Christensen   55 posts since
Oct 27, 2006
Currently Being Moderated

Oct 29, 2006 8:36 AM

Datatable and editable rows

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

Pavel Kaplin   37 posts since
Aug 30, 2006
Currently Being Moderated
1. Oct 30, 2006 11:58 AM in response to: Kenneth Christensen
Re: Datatable and editable rows

Hi, Kenneth!

 

Yes, you are absolutely right about this.

 

The author of this review assumes that "editable cells" is the component feature. We offer a more flexible approach: You can embed any components in DataTable or TreeTable cells.

 

Another demo with the DataTable that you may be interested in is found at: http://www.teamdev.com/quipukit/demo/datatable/DataTable_embeddingComponents.jsf

 

Regards,

Pavel Kaplin

More Like This

  • Retrieving data ...