I have filtered grid, basic Input for header filter with Virtualization enabled.
Filter is reset or input text gone whenever I set filter on column then scroll to left or right where filtered column will be hidden from viewport.
Proposed solution
As of now Virtualization affects all cell. It might be good to have option to enable it on selected target.
Ex.
enableVirtualization = {both | header | row}
Use case
I have filtered grid, basic Input for header filter with Virtualization enabled.
Filter is reset or input text gone whenever I set filter on column then scroll to left or right where filtered column will be hidden from viewport.
Proposed solution
As of now Virtualization affects all cell. It might be good to have option to enable it on selected target. Ex.
enableVirtualization = {both | header | row}