Hi could anyone help me correctly configure angular ui grid with requirejs.
So far I have the following and I'm able to create grids however I can't get the column resizing module to load along with ui.grid and tired several different approaches.
requirejs.config({
"baseUrl": "js/lib",
"paths": {
"ui.grid": "../ui-grid.min.js"
},
"shim": {
"ui.grid": {
deps: ['angular']
}
}
});
For column resizing the module 'ui.grid.resizeColumns' has to be added