Skip to main content
12-Amethyst
July 1, 2022
Question

infoPageAction is not working

  • July 1, 2022
  • 0 replies
  • 683 views

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);