Author: abelevich
Date: 2010-05-07 10:24:26 -0400 (Fri, 07 May 2010)
New Revision: 16930
Modified:
root/ui-sandbox/trunk/components/tables/ui/src/main/resources/META-INF/resources/datatable.js
Log:
Modified:
root/ui-sandbox/trunk/components/tables/ui/src/main/resources/META-INF/resources/datatable.js
===================================================================
---
root/ui-sandbox/trunk/components/tables/ui/src/main/resources/META-INF/resources/datatable.js 2010-05-07
14:11:24 UTC (rev 16929)
+++
root/ui-sandbox/trunk/components/tables/ui/src/main/resources/META-INF/resources/datatable.js 2010-05-07
14:24:26 UTC (rev 16930)
@@ -48,6 +48,18 @@
filter: function(columnId, filterValue, isClear) {
invoke.call(this,createParameters.call(this,richfaces.ui.DataTable.FILTERING, columnId,
filterValue, isClear));
+ },
+
+ switchSubTable: function(id) {
+
+ },
+
+ expandAllSubTables: function() {
+
+ },
+
+ collapseAllSubTables: function {
+
}
}
})());
Show replies by date