Class DataTable

All Implemented Interfaces:
Serializable, Cloneable, Copyable, DictionaryBean, UifDictionaryBean, Component, Ordered, ScriptEventSupport, ContentElement, LifecycleElement, org.springframework.core.Ordered

public class DataTable extends ContentElementBase
Content element that renders a table using the RichTable widget configured with an Ajax (or Javascript) data source

Note this is different from the table layout manager in that it does not render nested components. The data is provided directly to the rich table widget which will create the table rows (unlike the table layout which creates the table from components then invokes the table plugin to decorate). Therefore this component just creates a table element tag and invokes the rich table script

Nested HTML can be given through the rich table data. However generally this will be read-only data with possibly some inquiry links

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also: