GithubHelp home page GithubHelp logo

gigi-java-fullstack / angular_material_data_grid Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dillyboy/angular_material_data_grid

0.0 0.0 0.0 15.98 MB

This is an advanced data grid which is free to use with features and customizability only available on paid data grids.

Home Page: https://angular-grid.onrender.com/

JavaScript 0.71% TypeScript 60.86% HTML 32.01% SCSS 6.42%

angular_material_data_grid's Introduction

Advanced Angular Material Data Grid System

Inspired by Kendo UI Grid

This is an advanced data grid which is free to use with features and customizability only available on paid data grids.

Sample UI

Features

  • Easy to integrate server-side pagination (Tested with very large data sets)
  • Built in virtual scrolling
  • Advanced multi-filtering features
  • Customizable theming
  • Optional columns with re-ordering
  • Master Detail Grid

The initial purpose of creating this data grid was to make it easy for developers to easily create highly advanced data grids with server-side pagination along with multiple filters and sorting with minimum effort and time. (Client Side Pagination is also present.) In order to make this possible a tight integration between the back-end data-source and the front-end component should be agreed upon. This gives the ability to stay focused on advanced functionality and the creation of data grids with only configurations while staying opinionated. Moreover, the solutions provided by reputed vendors were expensive which makes open-source software more attractive to many clients. This product is 100% open source. Check Repository here.

Refer to the Documentation page.


Installation

  1. Install Angular Material

    • ng add @angular/material
  2. Install Angular Material Data Grid

    • npm i [email protected]

      or if your project uses Angular 14.0.0 and above

    • npm i angular-material-data-grid

  3. Import Module

    • import { AngularMaterialDataGridModule } from 'angular-material-data-grid';

    • imports: [ .., AngularMaterialDataGridModule]

  4. Usage (Basic)

    HTML
    • <amdg-grid
          [headings]="headings"
          [url]="url"
          [serverSidePagination]="true"
          (responseEmit)="responseReceived($event)">
    TypeScript

    Check here

angular_material_data_grid's People

Contributors

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