Juan Pablo Moreno Rico

Results 7 comments of Juan Pablo Moreno Rico

I've solved any issues with icons placement like this: ``` :host ::ng-deep { ng2-st-actions, ng2-st-tbody-edit-delete, ng2-st-tbody-create-cancel { display: flex; justify-content: space-evenly; } ng2-st-tbody-custom { display: flex; justify-content: space-around; } }...

Look at this: https://github.com/akveo/ng2-smart-table/issues/1197#issuecomment-999919267

This comment solves the issue: https://github.com/akveo/ng2-smart-table/issues/502#issuecomment-876178945

This bug can be skipped if you get the data before "setting the settings", so the DataSource.refresh() call will not fail. For me, it happened only in a table that...

So, this seems to be what we want #1274 If anyone could just merge it...

Use a custom renderComponent. In your custom component you can do api calls to fill list with data. [look at this](https://github.com/akveo/ng2-smart-table/blob/master/projects/demo/src/app/pages/examples/custom-edit-view/advanced-example-custom-editor.component.ts)

@rmohangiri you need to upgrade your node version to actual LTS