tr-ng-grid

WebJar for tr-ng-grid

License

License

MIT
GroupId

GroupId

org.webjars.bower
ArtifactId

ArtifactId

tr-ng-grid
Last Version

Last Version

3.1.6
Release Date

Release Date

Type

Type

jar
Description

Description

tr-ng-grid
WebJar for tr-ng-grid
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/MoonStorm/trNgGrid

Download tr-ng-grid

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.bower/tr-ng-grid/ -->
<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>tr-ng-grid</artifactId>
    <version>3.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/tr-ng-grid/
implementation 'org.webjars.bower:tr-ng-grid:3.1.6'
// https://jarcasting.com/artifacts/org.webjars.bower/tr-ng-grid/
implementation ("org.webjars.bower:tr-ng-grid:3.1.6")
'org.webjars.bower:tr-ng-grid:jar:3.1.6'
<dependency org="org.webjars.bower" name="tr-ng-grid" rev="3.1.6">
  <artifact name="tr-ng-grid" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='tr-ng-grid', version='3.1.6')
)
libraryDependencies += "org.webjars.bower" % "tr-ng-grid" % "3.1.6"
[org.webjars.bower/tr-ng-grid "3.1.6"]

Dependencies

compile (1)

Group / Artifact Type Version
org.webjars.bower : angular jar [1.3.1,)

Project Modules

There are no modules declared in this project.

THIS PROJECT IS NO LONGER MAINTAINED AND HAS BEEN ARCHIVED.

trNgGrid can be used for simple to mildly complex scenarios where you quickly need a data grid with a decent amount of features, which is easy to learn and to hook up with your data models thanks to its powerful data binding properties. All the configuration parameters can be set directly inside the view, hence you won't muddy your Angular scopes or controllers with configuration details.

For more complex scenarios and more fine tuned control, I recommend trying out Smart Table or forking trNgGrid and tweaking it to suit your needs.

Documentation and demo site

Installation

  • npm install tr-ng-grid --save or
  • bower install tr-ng-grid --save or
  • download the grid from the master branch, which contains the latest release. The files you're interested in are trNgGrid.min.css and trNgGrid.min.js.

Make sure you first include Angular and a Boostrap theme of your choice. Themes can be found on the Bootswatch website. Of course you can craft your own, as the grid layout is quite easy to style.

Issues

Feel free to report any problems you are experiencing, but before you do that, fork this simple Plunker and attempt to isolate the issue.

Development tips and PRs

To set up your dev environment, install npm, and then run npm install and bower install in the folder where you pulled the master branch. A VS2015 solution is included if you want to use it.

The source files are located in the typescript and the css folders. Running the default Gulp task will compile, minify and deploy the files into the root directory and also into a very simple sample located in the wwwroot folder. If you plan on sending a pull request, please don't make changes to the generated output files.

Versions

Version
3.1.6
3.1.5