Community Tip - Need help navigating or using the PTC Community? Contact the community team. 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);