Yunier López Martínez

Results 4 comments of Yunier López Martínez

@sahayarex could you put the date-range filter to the ng2-smart-table column ?

I was able to solve the problem of first click with this code made by me: ``` this.table.grid.dataSet.deselectAll(); this.table.grid.dataSet['rows'][0].isSelected = false; this.table.grid.dataSet['selectedRow'] = null; ``` And to auto select the...

You don't need to modify the source code, this snippet make the magic: ``` const headers = new Headers(); headers.append('Content-Type', 'application/json'); headers.append('Accept', 'application/json'); headers.append('Authorization', `Bearer ${token}`); const options = new...

Hi @rickyricky74, I'm flowed the step you posted, but I'm getting this error: `ERROR TypeError: Cannot read property 'generateLegend' of undefined` Can you help me to solve this ? This...