@Override
 protected String getClientId(FacesContext context, UIComponent component) {
   // We use the table's container client ID
   return component.getContainerClientId(context);
 }