Bob Breitling
Bob Breitling
Just change the TS code in your changeFilter method to do what ever you want with regard to case. For example, if you want to ignore case, do a reg...
Here is how I added table row color. I added an [ngClass]="{ 'selected': config.method(row) }" to the tr tag of the table body in ng2-table source files. I then added...
I have given up on ng2-table and moved on to NGPrime tables. They are supported and probably way better Angular-wise...good luck!
Yes, the ng-table-component.ts class needs to be changes slightly: the input tag for the filter string needs to have this added: value="{{column.filtering.filterString}}". I will try and create a PullRequest for...
Would you consider building the release for this chrome issue sooner than later? ...thanks.