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
In the jquery jqGrid, there is a provision of making a div for pager and assigining its id to pager property of config. However, in the jq-grid directive for angular, it seems the pager property of config just needs to be set to true.
Setting pager : true shows the pager, however it only shows right and centre pager. I can't make the left pager to be populated with icons for Add, Delete and search. If I inspect the pager. it shows the for left pager too, but its blank with no child element.
How do I get to see the left pager with the ** Add, Del and Search** buttons
The text was updated successfully, but these errors were encountered:
In the jquery jqGrid, there is a provision of making a div for pager and assigining its id to pager property of config. However, in the jq-grid directive for angular, it seems the pager property of config just needs to be set to true.
Setting pager : true shows the pager, however it only shows right and centre pager. I can't make the left pager to be populated with icons for Add, Delete and search. If I inspect the pager. it shows the for left pager too, but its blank with no child element.
How do I get to see the left pager with the ** Add, Del and Search** buttons
The text was updated successfully, but these errors were encountered: