Quantcast
Channel: PTC Community : Unanswered Discussions - Windchill
Viewing all articles
Browse latest Browse all 3592

How to add checkbox "select rows" in customized table.

$
0
0

Friends,

 

I need add checkbox "select rows" in my customized table:

 

checkbox.jpg

 

The class thatI'mmovingisas follows:

 

@Override

public ComponentConfig buildComponentConfig(ComponentParams componentParams)

  throws WTException {

   ComponentConfigFactory factory = getComponentConfigFactory();

   TableConfig table = factory.newTableConfig();

   table.setLabel("Lista dos Fornecedores");

   table.setView("/../../netmarkets/jsp/t3827/tableFornecedor.jsp");

   table.addComponent(factory.newColumnConfig("number", true));

   table.addComponent(factory.newColumnConfig("name", true));

   table.setMenubarName ("forntablemenubar");

   return table;

 

Can you help me?

Felipe Oliveira.


Viewing all articles
Browse latest Browse all 3592

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>