Open sanjay1432 opened 7 years ago
Hi, I am using ng2-smart-table to configure a table with type "FILE". First when i simply add type = file ,it doesn't change the input type of that column. So i made a Fix in Cell.components.js (ng2-smart-table) & its work perfectly.
template: "\n <div ngIf=\"!cell.getRow().isInEditing && cell.getColumn().type !== 'html'\">{{ cell.getValue() }}
Added type & id .
Is this is the right approach to make file uploader in smart-table Or there is any other method to do it? Should i make pull request?
Hello, can you give example with implemention.
thank you in advance.
Hi, I am using ng2-smart-table to configure a table with type "FILE". First when i simply add type = file ,it doesn't change the input type of that column. So i made a Fix in Cell.components.js (ng2-smart-table) & its work perfectly.
template: "\n <div ngIf=\"!cell.getRow().isInEditing && cell.getColumn().type !== 'html'\">{{ cell.getValue() }}