mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-17 20:11:23 +02:00
Implemented grid column sorting
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user