Question
How to add information button in table builder to show the information about that object
I have added this but not working
ColumnConfig c6= ccf.newColumnConfig("infoPageAction", true); //for i button
c6.setInfoPageLink(true);
c6.setDefaultSort(true);
tc.addComponent(c6);

