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
After some deep testing i found an issue.
The pinning is not working correct if i set the pinnedLeft to true in columnDefs without a specified width. http://plnkr.co/edit/zQU4QhzCNT9F0hBZSKVt?p=preview
$scope.gridOptions.columnDefs = [
{ name:'id', width:50 },
{ name:'name', pinnedLeft:true },
{ name:'age', width:100, pinnedRight:true },
Should i open a new issue for this ?
Thanks
I have tried implementing the grid pinning without the column width and the table display gets screwed up.(gh-pages v3.0.0-rc.11-2ab6aae) and earlyer.
The text was updated successfully, but these errors were encountered: