hi,
I am using the grid component to present the result from a search.
When the data source is empty,

<table t:type="grid" pagerPosition="both" source="persons" />

returns "There is no data to display." as expected.
but when I try to use the reorder parameter,

<table t:type="grid" pagerPosition="both" source="persons"
reorder="firstName" />

an application exception occur: "...grid: xxx -- no source to determine list
type from"

Is it supposed to be a non-empty datasource when using parameters like
reorder or remove?
(I am now reordering by get'ers and remove with @NonVisual in my
domain-model. Version is 5.0.6.)

thanks,

Arve Klev

Reply via email to