16
Views
5
Comments
Solved
Customizer column
Question

Hi, can i know how to create customize the column display in screen .. means  i want select column what i want to display in table.

Solution

Hi,

I try TableColumnToggler it will help you as per your requirement.

I am sharing forge component link and demo module.

https://www.outsystems.com/forge/component-overview/12440/tablecolumntoggler

Please reply back if it useful to you.

Regards,

Ravi Kumar.

TableColumnToggler.oml

Hi,

1. You can create one structure, whatever you want to select from the table that columns you can add in your structure.

2. Create one local variable of that structure data type and record list type and bind with your table.

Hope this will help you

Thanks

Ruchi


Can u give me clearly about this .. because i still not clear. maybe u can give me some sample to refer it.
i found the link what i want but i dont know how to create this
https://parnau-dev.outsystemscloud.com/TableColumnCustomizerDemo/

Yes, you can use the component as suggested by 

@Tasubilli Ravi Kumar below this will also works for you

Or you can create by your own logic.

Create  one dropdown with all columns selection and deselection of the column you  can add and remove from the table.

Thanks

Ruchi


Hi,

One quick hint for this is that you can conditionally set the style Class for the Header Cell and Row Cell of the Table, just some thing like this: 
For Header Cell
and for Row Cell:

Solution

Hi,

I try TableColumnToggler it will help you as per your requirement.

I am sharing forge component link and demo module.

https://www.outsystems.com/forge/component-overview/12440/tablecolumntoggler

Please reply back if it useful to you.

Regards,

Ravi Kumar.

TableColumnToggler.oml
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.