0
staff would like to know how to leave the checkbox of this grid with a standard template. example:
http://plnkr.co/edit/Z6JRMoKQoirf23q1JlgR?p=preview
<!doctype html>
<html ng-app="app">
<head>
<script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.4.3/angular.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.4.3/angular-touch.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.4.3/angular-animate.js"></script>
<script src="http://ui-grid.info/docs/grunt-scripts/csv.js"></script>
<script src="http://ui-grid.info/docs/grunt-scripts/pdfmake.js"></script>
<script src="http://ui-grid.info/docs/grunt-scripts/vfs_fonts.js"></script>
<script src="http://ui-grid.info/release/ui-grid.js"></script>
<link rel="stylesheet" href="http://ui-grid.info/release/ui-grid.css" type="text/css">
<link rel="stylesheet" href="main.css" type="text/css">
</head>
<body>
<div ng-controller="MainCtrl">
<div ui-grid="gridOptions" ui-grid-selection class="grid"></div>
<script src="app.js"></script>
</body>
</html>
Always post the code here too, even if it is on websites for this specific purpose.
– user28595
What do you mean a standard model? be a little more specific.
– Leonardo Villela
put an example
– Roberto Oliveira
What have you tried to do to change this? You have to use this lib
ui-grid
? You can mount a grid the way you want it with bootstrap and some js.– Tulio F.