Visual Mashup
Builder
|
AppliBuilder
User Documentation
|
|
Live Table
Live Table Allow Users to lazy load data from server using the scroll
bar. Live Table cache data to enchance performance. Live Table picks up
data from the database and displays the same as a html table. Live grid
can pick up data two sources Namely, Named Query and Sql Query
Named Query [Recommended way]- uses a named query as a data source.
SQL Query- uses an sql query to as a named query.
Live Table Properties
Properties of Live grid that needs to be defined.
Data Source: Can either be a name query or an sql query.
Named /Sql Query: Is the name of the named query or and sql query itself.
Database Key: A unique Key that can be copy pasted from the Manage Users Page.
Column Numbers: Number of Columns that the given query will result in.
Known Issues
Issues and Bugs
Currently Sorting is only supported with the sql query datasource.
Use of native scrollbar, With an assumption that the scroller is less than 19px
(with border the scroller setting in windows should be 17 pixels or less).