ng2-table icon indicating copy to clipboard operation
ng2-table copied to clipboard

Simple table extension with sorting, filtering, paging... for Angular2 apps

Results 103 ng2-table issues
Sort by recently updated
recently updated
newest added

Following error is being thrown after migrating to angular 9 ERROR in Debug Failure. False expression. ERROR in node_modules/ng2-table/components/table/ng-table-filtering.directive.d.ts:1:36 - error TS2724: Module '"../../../@angular/core/core"' has no exported member 'Renderer'. Did...

Hi there, I know this project is no longer supported, but hopefully I could have a fix for this issue and then continue using this component. I've just update to...

Is there any reason that ng2-table won't work in Angular4?

I believe this allows filters to have initial values.

item[column.name].match is not a function Has anybody gotten this error before? ``` return item[column.name].match(column.filtering.filterString); ``` is .match are javascript function?

I want to change the color of the line when the column contains a specific value, how do make it ex.: Where Salary > 100.000 I want to put the...

Bumps [prismjs](https://github.com/PrismJS/prism) from 1.5.1 to 1.21.0. Release notes Sourced from prismjs's releases. v1.21.0 Release 1.21.0 v1.20.0 Release 1.20.0 v1.19.0 Release 1.19.0 v1.18.0 Release 1.18.0 v1.17.1 Release 1.17.1 v1.17.0 Release 1.17.0...

dependencies

Bumps [codecov](https://github.com/codecov/codecov-node) from 1.0.1 to 3.7.1. Release notes Sourced from codecov's releases. v3.6.4 Fix for Cirrus CI v3.6.3 AWS Codebuild fixes + package updates v3.6.2 command line args sanitised v3.6.1...

dependencies

Currently I don't see a way to format cell data within the table in order to parse Dates for example.

Do we have an option to use pipe operator? Something like, `{title: 'Date', name: 'creation_date | date'}`