Skip to content

Fl0r14n/ngx-datatable-bootstrap4

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular Data Table Bootstrap 4

A simple Angular data table, with built-in solutions for features including:

  • pagination
  • sorting
  • row selection (single/multi)
  • expandable rows
  • column resizing
  • selecting visible columns

The component can be used not just with local data, but remote resources too: for example if the sorting and paging happen in the database.

The templates use bootstrap CSS class names, so the component requires a bootstrap .css file to be present in the application using it.

Installing:

npm install ngx-datatable-bootstrap4 --save

Run demos

checkout the project

npm intall
npm start 

then browse to http://localhost:8080

App Requirements

  • Bootstrap 4
  • Font Awesome

Licensing

MIT License

About

An Angular 4 data table, with pagination, sorting, expandable rows, row selection etc.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 66.8%
  • HTML 24.9%
  • JavaScript 4.3%
  • SCSS 4.0%