Alexander Takchidi

Results 4 comments of Alexander Takchidi

This particular problem is the reason I can not recommend to use angular material for any large scale project. Custom material control is ridiculously complex when you need to wrap...

What's the problem here? If you need to show html as a text add column template for that column. This use case is rare. IMHO innerHtml is safer, and since...

I did a [pr](https://github.com/swimlane/ngx-datatable/pull/1544) that will fix this issue for those who like me don't need mouseenter events in their app

The difference between 10.0.0 and 10.0.2 is in those lines: ``` let content = this.getContent(node).trim(); if (content.length) { // we want to use the content as a key, not the...