jeudi 20 avril 2017

How can i add a checkbox into a specific column cell in my angular-ui-grid?

Example:-

Self.customGrid={
        ColumnDefs: [
             {name:'someName',
              displayName:'someName',
              type:'boolean'}
              ]
        };

This is what i am using, i want to switch the boolean to a checkbox for that specific column cell.

How can I achieve the same?




Aucun commentaire:

Enregistrer un commentaire