Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
160
Multi column select with custom filter dropdown with large(20,000rows) json data
posted

Hello,

I have a data set of 20,000 rows. This application has a table where user can select multiple columns and change values. It has custom filter drop down with distinct values as dropdown for each column.

Problem i am facing is if i add virtualization, filter drop down for all column disappears.

virtualization: true,
virtualizationMode: "continuous"

I have attached sample code which i am working on. Please help me in fixing this problem.

Thanks
SM

MultiColumnSelectwithCustomFilter.zip