Re: [pve-devel] [PATCH widget-toolkit v2 1/4] ObjectGrid: optionally show loading mask on load

2022-10-17 Thread Dominik Csapak
as talked off-list, we can omit the whole patch by using the rstore.load()'s callback directly (we already have to go into the internals of the objectgrid there, so we can use 'rstore.load()' directly too instead of 'reload') On 7/6/22 15:01, Aaron Lauterer wrote: Signed-off-by: Aaron Lauterer

[pve-devel] [PATCH widget-toolkit v2 1/4] ObjectGrid: optionally show loading mask on load

2022-07-06 Thread Aaron Lauterer
Signed-off-by: Aaron Lauterer --- changes since v1: - added description in the documention at the top - renamed paramter to "maskOnLoad" as I couldn't come up with something more fitting ;) src/grid/ObjectGrid.js | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/gr