You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I would like to enable the pinning dynamically for the grid. I tried by setting the property to true dynamically as follows.
$scope.gridOptions.enablePinning=true;
but the expected result not came.
Here is the small plunker "http://plnkr.co/edit/MucJQAvskBrAjrXfHdIb?p=preview" i worked.
Plz let me know what the issue?
The text was updated successfully, but these errors were encountered:
Many of the grid features aren't dynamic - they are set on grid creation and not updated when you change the options. I would expect this to be another example, there is a description in #1819
Hi,
I would like to enable the pinning dynamically for the grid. I tried by setting the property to true dynamically as follows.
$scope.gridOptions.enablePinning=true;
but the expected result not came.
Here is the small plunker "http://plnkr.co/edit/MucJQAvskBrAjrXfHdIb?p=preview" i worked.
Plz let me know what the issue?
The text was updated successfully, but these errors were encountered: