Posted 29 May 2018, 3:32 am EST
Hi,
I want to add a P-datatable component provided by a different UI library called Prime NG in flexsheet cell. I am trying using item formatter in the below mentioned code:
if( flexSheet.columns[c][‘pAutocomplete’] && r != 0){
cell.innerHTML = “<p-dropdown [options]=‘flexSheet.columns[c].dropdownResponse’>”;
}
But it is not working.Please can you provide some reference in this regard.
Thanks,
Yash Mittal
