Description

An angular table directive catered to displaying real-time data. For many situations, this can be a suitable replacement or alternative for ng-grid/ui-grid.

Features
  • complex column-specific filters
  • column sorting
  • column resizing
  • row selection
  • stacked ordering
  • localStorage/custom state persistance
  • rows are virtualized (can handle a lot of rows)
  • pagination

Kitchen Sink Example:

This example showcases most of the features available for this module. Specifically, it shows row selection, column sorting, built-in column filters, custom column filters, column resizing, locked column width, cell formatting, template string for cell markup, templateUrl for cell markup, and use of localStorage for persistence between page loads.



Selected rows:

{{my_selected_rows | json}}

Selected rows:

{{my_selected_rows | json}}