ornamentum

Angular Toolkit

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
ornamentum
8.1.44 years ago6 years agoMinified + gzip package size for ornamentum in KB

Readme

ornamentum

<img src="https://travis-ci.org/yohangz/ornamentum.svg?branch=master" alt="travis build" height="18">
<img src="https://img.shields.io/badge/license-MIT-blue.svg?style=flat" alt="license" height="18">

<img src="https://badge.fury.io/js/ornamentum.svg" alt="npm version" height="18">


Ornamentum data table is a lightweight, feature rich, highly configurable, UI framework agnostic, fully responsive, reactive Angular data table with no external dependencies.

Check out demos & docs for more information!

:book: Table of Contents

- Features - Peer Dependencies - Installation - Contributions
- [Contributors](#dizzy-contributors)    
- [How to Contribute](#seedling-how-to-contribute)
- Changelog - License

:bulb: Features

Client data bind Client-side data binding support
Server data bind Server-side data binding support
Real time data bind Realtime data source support with observables
Sorting Single and Multi column sorting
Filtering Single and Multi value filtering
Layouting Custom Layout templating support
Persistence Data table state persistence with session or local storage modes
Paging Client and Server-side pagination
Selection Single, Multi and Single toggle row selection modes
Theming UI Theme support
Detail row Detail row expand support
Resizing Experimental column resizing
Grouping Experimental row grouping support
Global configuration Global Configuration overriding capability
Translation Translation support and much more

:zap: Peer Dependencies

:rocket: Installation

Install the Ornamentum node module using either of following command depending on your package manager.
``npm install ornamentum --save``
or
``yarn add ornamentum``
Ornamentum major versions are aligned with Angular Major versions hence, You can ony use Ornamentum 8.x.x versions with Angular 8.x.x version.

:palmtree: Contributors

|
Yohan Gomez
yohan-profile
💻 💬 📖 🎨 💡 🤔 🚇 👀 |
Lahiru Jayamanna
lahiru-profile
💻 💬 📖 🎨 💡 🤔 👀 |
Samuditha Wadigamangawa
samuditha-profile
💻 💬 📖 🎨 💡 🤔 👀 |
Aravinda Rathnayake
aravinda-profile
💬 📖 💡 🤔 👀 🐛 | | :---: | :---: | :---: | :---: |
This project follows the all-contributors specification. Contributions of any kind are welcome!

:seedling: How to Contribute

Setup project in local development environment
# clone project
git clone git@github.com:yohangz/ornamentum.git && cd $_

# install dependencies
npm install

# start the app
npm run start
You can read more about Ornamentum build tasks here and refer Contribution Guide for more details.

:warning: Changelog

Recent changes can be viewed on CHANGELOG.md

:copyright: License

Ornamentum was license under MIT. Please refer LICENSElicense for more information.