Sign inSign up

sergios/angular-enterprise-components

By sergios

Updated about 8 years ago

Editable Datatable, Editable TreeView, File Explorer for Angular6+

Image
1

294

sergios/angular-enterprise-components repository overview

1. Introduction

Useful Angular Components for Enterprise applications based on advanced HTML5, CSS3 and Angular6+

1.1 Datatable
  • Generic datatable - define your own table structure
  • Data sources: Javascript sourced data / Server-side processing
  • individual column filters - column ordering (sorting)
  • Navigation Panel
  • Page Length Selector
  • Compatible with draggable/resizable Popup
  • Multiple table instances
  • Single Select
  • Multiple Select
  • Editable datatable (HTML5 contenteditable="true")
  • Split Pane
  • Themable
  • Customizable - Experiment with Angular binding ...
  • No jQuery
1.2 TreeView
  • NEW: Editable TreeView
  • Single or Multiple select
1.3 File Explorer, Media player
  • Share your files
  • Requires a file server
  • Lazy loading
  • Custom icons
  • Virtual directories
  • Mirrors directories of any size and depth
  • Turn it into a Media Player

2. How to run ?

Install docker locally if not already done.

pull image:

    docker pull sergios/angular-enterprise-components

run image:

    docker run -p 80:80 --rm sergios/angular-enterprise-components:latest

Point your browser to:

    http://localhost/

3. Warning

Currently tested on Chrome and Firefox

Tag summary

Content type

Image

Digest

Size

11 MB

Last updated

about 8 years ago

docker pull sergios/angular-enterprise-components