scriptOptions.addOption(ON_GROUP_TOGGLE_FUNCTION,
getOnGroupToggleFunctionDef(context, table));
scriptOptions.addOption("minColumnWidth", MIN_COLUMN_WIDTH);
composite.mergeScriptOptions(scriptOptions, context, table);
function.addParameter(scriptOptions);
return function.toScript();
}
protected JSFunctionDefinition getShowMenuFunction(FacesContext context,
UIDataTable table) {
return new RichTableMenuRenderer().createShowMenuEventFunction();