TheMese

Results 11 comments of TheMese

I solved it by using onCellClick, but this is causing the navigation to get super laggy with a table with ~1k data. I tried showing 20 items and it doesn't...

I think that is not currently an option, there is someone waiting for a PR that solved this issue I believe, he added a "function" option so you can add...

@NextTrick Glad I could help. Should this issue be closed?

Maybe it's a bit too late, but if you want to use the plugin you have two options: 1) You import the whole plugin: - import { Ng2TableModule } from...

Can you be a bit more descriptive in what you are trying to achieve?

I have been able to create a table with a simple select inside it, can you provide a plnkr or something to replicate the error?

I also have nullables value from the DB that cause ngtable to break. My solution was to check each string (they were strings in my case) and if they were...

So, my approach is to first retrieve the data from the DB and then set the rows in a function. Imagine a 2 columns table where the first columns is...

I had the same issue and the only workaround I found was using pagination

I don't think it's possible to have 2 headers with ng-table, but maybe you could try to separate the headers from the rows, having a table with only the headers...