Re: Table Model Question

2006-02-02 Thread Mind Bridge
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

Table Model Question

2006-02-02 Thread Skriloff, Nicholas
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

Table Model Question

2006-01-06 Thread Skriloff, Nicholas
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