mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-15 02:42:30 +02:00
Loading data from server in nextmatch widget - readonlys is not processed as it is not so easy to handle
This commit is contained in:
@ -91,6 +91,16 @@ var et2_dataview_gridContainer = Class.extend({
|
||||
this.table.remove();
|
||||
},
|
||||
|
||||
/**
|
||||
* Clears all data rows and reloads them
|
||||
*/
|
||||
clear: function() {
|
||||
if (this.grid)
|
||||
{
|
||||
this.grid.clear();
|
||||
}
|
||||
},
|
||||
|
||||
/**
|
||||
* Returns the column container node for the given column index
|
||||
*
|
||||
|
Reference in New Issue
Block a user