GithubHelp home page GithubHelp logo

psenger / trnggrid Goto Github PK

View Code? Open in Web Editor NEW

This project forked from moonstorm/trnggrid

0.0 1.0 0.0 1.32 MB

A feature rich Angular grid using standard HTML tables.

License: MIT License

CSS 0.88% JavaScript 46.12% TypeScript 53.00%

trnggrid's Introduction

trNgGrid is a feature rich data grid based on the popular AngularJs framework and making use of plain HTML table elements.

Documentation and demo site

Why another one?

Simply because everything else you're gonna find out there:

  • is breaking the separation of concerns, forcing you to set it up inside your controller, and not inside the view.
  • is using DIVs instead of the elements meant to display tabular data, hence performing poorly and also turning the rendered markup into spaghetti.
  • is over-engineered without giving you anything extra in return, making it difficult to maintain.

Why this one?

  • is built with simplicity in mind.
  • is using plain tables, allowing the browsers to optimize the rendering for performance.
  • allows you to fully describe it in a view, without messing up your controllers.
  • is fully customizable via templates and two-way data bound attributes.
  • easy to maintain, as its code was written under the type safe TypeScript. The repository also has the pure JS implementation, so no need to worry if you don't want to learn a new technology (even though I strongly recommend this one).

Convinced?

You can download the grid from the release folder in the master branch. Make sure you also 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.

Legend
  • Release: master, gh-pages/release
  • Beta: beta, gh-pages/beta
Issues

Feel free to post any problems you might experience in the issues section, but before you do that, fork this simple example and attempt to isolate the issue.

trnggrid's People

Contributors

dv336699 avatar moonstorm avatar oldskool73 avatar panuhorsmalahti avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.