Hi,
as I see the CustomBoard supports Ajax mechanism and I can handle any form requests but finally in your example you run
$this->renderView("result",[
"dataStore"=>$dataStore
]);
that is re-render the whole Board with the new view (bdw can I use 'index'
as a view name again?)
But what if I need to update just a part of the content of my board - only one panel or widget or something like that and do not need to update other parts. Is there a way to do it?
Or it is better to realize it without using any Dashboard features.