Author: abelevich
Date: 2007-05-24 14:34:31 -0400 (Thu, 24 May 2007)
New Revision: 873
Modified:
trunk/sandbox/scrollable-grid/src/main/templates/org/richfaces/scrollable-grid.jspx
Log:
Modified:
trunk/sandbox/scrollable-grid/src/main/templates/org/richfaces/scrollable-grid.jspx
===================================================================
---
trunk/sandbox/scrollable-grid/src/main/templates/org/richfaces/scrollable-grid.jspx 2007-05-24
18:34:16 UTC (rev 872)
+++
trunk/sandbox/scrollable-grid/src/main/templates/org/richfaces/scrollable-grid.jspx 2007-05-24
18:34:31 UTC (rev 873)
@@ -55,9 +55,10 @@
renderHeaders(context, component, false);
]]>
</jsp:scriptlet>
+ <td style="width: 1000px"></td>
</tr>
</tbody>
- </table>
+ </table>
</span>
</div>
</div>
@@ -207,6 +208,8 @@
function onSorted(index, order) {
alert("onSorted column: " + index + " by order: " + order);
+ var event = null;
+ #{this:onSortAjaxUpdate(context,component)}
}
dataModel = new ClientUI.controls.grid.FakeArrayDataModel(rows_count,
columns_count, clientId);
@@ -237,15 +240,7 @@
//Event.observe(grid.eventOnResizeColumn, "", onColumnResize);
// ClientUILib.log(ClientUILogger.WARNING, "Grid control created over " +
((new Date()).getTime() - currTime) + " miliseconds.");
-
- grid.updateLayout();
-
- setTimeout(
- function() {
- currTime = (new Date()).getTime();
- //grid.loadData();
- }.bind(this), 100);
- // ClientUILib.log(ClientUILogger.WARNING, "Done.");
+
},
onCompleteGridInvalidation : function(request, event, data){
Show replies by date