noagr1

Results 3 comments of noagr1

@geekrumper How do you draw the table? I am using: ``` ``` And the problem is that the columns in the head and the columns in the body are not...

@geekrumper where do youy put the tr? When I put in: ``` {{getData(row, column.name)}} ``` and when I put it outside the ng-table tag I have a problem with the...

another if helped me: ``` if (item[column.name]){ if (item[column.name].toString().match(this.config.filtering.filterString)) { flag = true; } } ```