Sylvain Tissier
Sylvain Tissier
@rakita Shouln't you guys update the release description of 3.0.1 to mention the issue so that people know about it before they install/update? Or maybe put a warning in the...
I have the same problem, I can't remove a column after it's set. Anyone found a workaround ?
@alfakappa could you please show a code example ? Trying to do something similar but so far no luck : `if (quaterly) { if (this.columns.find((col) => col.name === 'quaterly')) {...
I'm not sure that's the problem since i'm already updating this.rows inside of the onChangeTable : ``` public onChangeTable(config:any):any { if (config.sorting) { Object.assign(this.config.sorting, config.sorting); } this.opportunitiesService.getList() .subscribe( (data) =>...
Hey there, nice work! I would suggest getting in touch with https://github.com/alexbosworth/ln-service which also use grpc with lnd and plan to integrate with c-lightning.