A component for CDE tool that render a table with Colvis option and table tools option.
-
Download and extract the zip file on this path:
*biserver-ce\pentaho-solutions\system\pentaho-cdf-dd\resources\custom\components\* -
Restart your server!
-
Change the default value 'New' for 'classic' in Style propertie of component.
- Example Portuguese-Brazilian
//Insert the code below in preExecution propertie of component
function pre(){
this.chartDefinition.oColVis={"buttonText": "Exibir / Esconder Colunas"};
this.chartDefinition.oLanguage = {
"sProcessing": "Processando...",
"sLengthMenu": "Mostrar _MENU_",
"sZeroRecords": "Não foram encontrados resultados",
"sInfo": "Mostrando de _START_ a _END_ de _TOTAL_ registros",
"sInfoEmpty": "Mostrando de 0 a 0 de 0 registros",
"sInfoFiltered": "",
"sInfoPostFix": "",
"sSearch": "Buscar:",
"sUrl": "",
"oPaginate": {
"sFirst": "Primeiro",
"sPrevious": "Anterior",
"sNext": "Seguinte",
"sLast": "Último"
}
};
}https://github.com/wmarinho and me ;)
