Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! 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);