hello

i have my problems with Ext::TableView
it's used like in the extkitchenexample:

...
tableStat_ = new Ext::TableView();
tableStat_->setModel(stat_);
tableStat_->setAlternatingRowColors(true);
tableStat_->resize(800, 400);
tableStat_->setPageSize(10);
tableStat_->setBottomToolBar(tableStat_->createPagingToolBar());
...

but when it should be shown i get the following error:
"Wt internal error: TypeError: e is undefined, code: undefined,
description: undefined"

the problem is the last line, because when i do not set the toolbar the
table is rendered normally.

bye,
jörg.


------------------------------------------------------------------------------
What You Don't Know About Data Connectivity CAN Hurt You
This paper provides an overview of data connectivity, details
its effect on application quality, and explores various alternative
solutions. http://p.sf.net/sfu/progress-d2d
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to