Power Table – Full width text row (like merged cells)?

Hi,

I am using a Vision Power Table and trying to display a label row like:

Green Silo Group #2 - Blending Scale #4  

Currently I am adding a spacer row (SiloNum = -1) and using configureCell to show text in first column and hide others.

Issue:

Text is getting truncated (e.g., Green Silo...) and not spanning across the row.

Is there any way in Vision Power Table to:

  • merge cells / span columns

  • allow text to extend across full row

Or is the only option to handle this outside the table?

Thanks.

I haven't done this, but it is likely possible. The PowerTable component uses an embedded JideTable, which includes cell span functionality. Documentation is not readily available, unfortunately.

This is 'natively' possible in the power table - just add rows to the cellSpanData dataset:


The columns in the cell span dataset are pretty self explanatory (note that the indices start from 0).

4 Likes

Huh. T-I-L. :saluting_face:

3 Likes