You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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}
The text was updated successfully, but these errors were encountered:
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}
The text was updated successfully, but these errors were encountered: