I have a grid with dynamic frozen columns with number of columns to be frozen being selected from a dropdownlist. I am unable to scroll horizontally in smaller screens(mobile view) since frozen columns occupy the whole width. I need frozen columns in higher screens but not in mobile view. How can I achieve my requirement?
<ejs grid :frozenColumns="frozenColumns"></ejs-grid>
frozenColumns value selected from dropdownlist.