Implemented grid column sorting

This commit is contained in:
Andreas Stöckel
2011-04-01 16:38:31 +00:00
parent 5ea2945538
commit a231863ed3
4 changed files with 340 additions and 33 deletions

View File

@@ -192,7 +192,7 @@ egwGridColumn.prototype.set_sortmode = function(_value)
{
if (_value != this.sortmode)
{
if (this.sortmode)
if (this.sortmodeChangeCallback)
{
this.sortmodeChangeCallback.call(this.context, this);
}