Is it possible to render something in the "empty cell" next to the first filter? Haven't been able to find something. I guess it would be to override the FilterRow component? 馃

Hi @kg-currenxie,
According to our reactive grid's customization, you should implement and add to the grid a custom UI plugin that will render target cell content. Here you can read more about custom plugin development and here - about our reactive controls structure and organization. I have created a small example that implements your scenario. Feel free to ask questions.
This thread has been automatically locked since it is closed and there has not been any recent activity. Please open a new issue for related bugs or feature requests.
Most helpful comment
Hi @kg-currenxie,
According to our reactive grid's customization, you should implement and add to the grid a custom UI plugin that will render target cell content. Here you can read more about custom plugin development and here - about our reactive controls structure and organization. I have created a small example that implements your scenario. Feel free to ask questions.