Edouard Coissy

Results 7 comments of Edouard Coissy

@pranee1h Do you mean a simple checkbox or a selection checkbox? I would advise you to type out table configuration as an interface, something like the following: ```typescript export interface...

@kamok & @noagr1 We put everything inside the `td` (with `*ngFor` on columns) and work with `*ngIf` to display different table data accordingly: ```html ... ... ```

@noagr1 We've modified the source files from this project, to be more descriptive: [ng-table.component.ts](https://github.com/valor-software/ng2-table/blob/development/components/table/ng-table.component.ts#L6) We've taken out the template to a separate file: ng-table.component.html and modified it. It's your decision...

Hay @navin10sharma The format of the date is just a string, check here: [table-data.ts - line 7](https://github.com/valor-software/ng2-table/blob/development/demo/components/table/table-data.ts#L7) Looking at the screen you've provided, you haven't toggled any sorting, otherwise you...

@tadayosi Is there any update on this request?

@tadayosi Can you recommend a solution for event based servers like vertx, where I don't really want to have jetty. And thank you for the Spring Boot alternative, but this...

@tadayosi this is what I came across as well... and that's how I will go forward. Thank you for the insights though.