How to define a simple checkbox?

Asked

Viewed 71 times

0

staff would like to know how to leave the checkbox of this grid with a standard template. example:

inserir a descrição da imagem aqui

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.

  • What do you mean a standard model? be a little more specific.

  • put an example

  • 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.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.