nr-grid
TypeScript icon, indicating that this package has built-in type declarations

0.0.71 • Public • Published

NRGrid

NR-Grid is basic a datagrid helper that uses Bootstrap and NgbBootstrap and developed for Angular applications.

Basic Usage

app.component.html

<nr-grid [options]="gridOptions"></nr-grid>

app.component.ts

gridOptions: NRGridOptions = {

     columns: [
       {
         name: 'id',
         title: 'Id'
       },
       {
         name: 'name',
         title: 'Name'
       }
     ],
     data: [
       {id: 1, name: 'test 1'},
       {id: 2, name: 'test 2'},
       {id: 3, name: 'test 3'},
     ]
   };

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.0.710latest

Version History

VersionDownloads (Last 7 Days)Published
0.0.710
0.0.701
0.0.690
0.0.680
0.0.670
0.0.660
0.0.650
0.0.640
0.0.630
0.0.620
0.0.610
0.0.600
0.0.590
0.0.580
0.0.570
0.0.560
0.0.550
0.0.540
0.0.530
0.0.520
0.0.510
0.0.501
0.0.490
0.0.480
0.0.471
0.0.460
0.0.450
0.0.440
0.0.430
0.0.420
0.0.410
0.0.400
0.0.390
0.0.371
0.0.360
0.0.350
0.0.340
0.0.330
0.0.320
0.0.310
0.0.300
0.0.290
0.0.280
0.0.270
0.0.260
0.0.250
0.0.240
0.0.230
0.0.220
0.0.210
0.0.200
0.0.190
0.0.181
0.0.170
0.0.160
0.0.150
0.0.140
0.0.130
0.0.121
0.0.110
0.0.101
0.0.90
0.0.80
0.0.71
0.0.60
0.0.50
0.0.41

Package Sidebar

Install

npm i nr-grid

Homepage

nrtech.net

Weekly Downloads

9

Version

0.0.71

License

none

Unpacked Size

625 kB

Total Files

63

Last publish

Collaborators

  • mightwind