EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: jmansur on August 14, 2015, 08:10:21 AM



Title: can I frozen Columns fields at run time?
Post by: jmansur on August 14, 2015, 08:10:21 AM
I need to frozen columns fields of datagrid at run time.

it is possible?

Regardsssssssssss


Title: Re: can I frozen Columns fields at run time?
Post by: jarry on August 14, 2015, 04:28:04 PM
You have to re-create the datagrid with the 'frozenColumns' property.
Code:
$('#dg').datagrid({
  frozenColumns:[[...]]
});