Fill Table widget with values from DB

Hello , thanks for ans
i successfully done to populate data from db to table .
but i want to use html and provide border to table change heading color etc . how can i

Hi, kppatel, unfortunately, I have no experience with what you are requesting. The bit of work I did with Bonita did not involve any HTML, so I won’t be able to assist. Sorry.

Cristofer please help me. I have a error in my process. Need fill a table from sql server but this message error

ADVERTENCIA: THREAD_ID=403 | HOSTNAME=ntbkdbarraza | TENANT_ID=1 | org.bonitasoft.engine.core.process.instance.api.exceptions.SActivityStateExecutionException : "PROCESS_DEFINITION_ID=8710241522510931473 | PROCESS_NAME=Pool_Consulta_Libro_Novedades | PROCESS_VERSION=1.0 | PROCESS_INSTANCE_ID=4 | ROOT_PROCESS_INSTANCE_ID=4 | FLOW_NODE_DEFINITION_ID=-8130366540862793297 | FLOW_NODE_INSTANCE_ID=8 | FLOW_NODE_NAME=Tarea1 | org.bonitasoft.engine.expression.exception.SExpressionEvaluationException: Expression lista4 with content = <final List<List> resultTable = new ArrayList<List>();

int maxColumn = resultSet.getMetaData().getColumnCount()+1;

while(resultSet.next()){

final List row = new ArrayList();

for(int colIndex = 1; colIndex < maxColumn ; colIndex++){

row.add(resultSet.getObject(colIndex));

}

resultTable.add(Collections.unmodifiableList(row));}> depends on resultSet is neither defined in the script nor in dependencies."