Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! 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);
