Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! 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);