Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X
I have added below line in Tablebuilder. but its not working
ColumnConfig c6= ccf.newColumnConfig("infoPageAction", true);
c6.setInfoPageLink(true);
c6.setDefaultSort(true);
tc.addComponent(c6);
