if(!isWidgetSupported(protocol)) {
return;
}
//TBody is created and appended on client side of widget
tableAttributes = new TableAttributes();
tableAttributes.copy(attributes);
if (tableAttributes.getId() == null) {
tableAttributes.setId(protocol.getMarinerPageContext().generateUniqueFCID());