Incorporating jquery EasyUI
, I have created a table where I want the first column to remain static while the rest of the columns scroll when the screen size is reduced. Code snippet available here.
Is there a way to freeze just the Title1
column?
I attempted to include the Title1
column in Datagrid-view1
for this purpose, but I couldn't find a suitable solution. Thank you in advance.