Hi,
As you mention, IBasicTableModel tells you what the current sorting and
paging states are. As a result, it allows you to send custom queries to
the database (usually including LIMIT, OFFSET, and ORDER sql modifiers)
that only return the data that is on the current page, rather than the
fu
For this question assume that the data passed into a table component
comes from a persistent property-specification, usually initialize in
pageBeginRender.
The contrib table model component accepts the data in many forms. But,
two of them are an object[] or IBasicTableModel. What is the advantage
For this question assume that the data passed into a table component
comes from a persistent property-specification, usually initialize in
pageBeginRender.
The contrib table model component accepts the data in many forms. But,
two of them are an object[] or IBasicTableModel. What is the advantage