datagrid icon indicating copy to clipboard operation
datagrid copied to clipboard

onRedraw[] is executed before datagrid was redrawed

Open BigOHenry opened this issue 6 years ago • 0 comments

OnRedraw defined in datagrid component is executed before datagrid itself was redrawed. Is there any option to redraw this snippet after datagrid was redrawed?

$grid->onRedraw[] = function () use ($presenter) {
            $presenter->redrawControl('xyz');
        };

BigOHenry avatar Mar 07 '19 08:03 BigOHenry