Skip to content

bovbi/table-bootstrap-component

 
 

Repository files navigation

table-bootstrap-component

A component for CDE tool that render a table with Colvis option and table tools option.

Screen

Example of table-bootstrap-component

Installation

  • 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.

Translation

  • 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" 
 		}
 	};
 }

Credits

https://github.com/wmarinho and me ;)

Fonts

About

A component for CDE tool that render a table with Colvis option and table tools option

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 89.6%
  • CSS 10.4%