2amigos / yii2-grid-view-library

Highly enhanced GridView widget and grid components for Yii2
https://2amigos.us
Other
57 stars 16 forks source link

Columns loose editable after sorting of grid? #25

Closed gb5256 closed 7 years ago

gb5256 commented 7 years ago

Hello, After I am sorting a grid by clicking on a header, the editability of the cells vanishes.

Is this a bug? Any ideas?

gb5256

tonydspaniard commented 7 years ago

@gb5256 that is due to the use of pjax. After ajax, edition capabilities are lost. We need to add a function to re-initialize the editable objects.

tonydspaniard commented 7 years ago

@gb5256 updated