23
Views
6
Comments
Solved
Customize Table View...
Question
Application Type
Reactive

Hello everyone , im creating a customized table in which i want to show only those columns in a table  which  i select and apply in a popup .


customized-columns.png
2021-01-28 10-02-59
Muhammad Mahmudul Hasan
Solution

Hi @Zeeshan Khan,

You can achieve by setting "display: none" for both HeaderCell & RowCell. 

 

But problem doing this customization is, you have to adjust/recalculate column width for best view. 

UserImage.jpg
Ojasvi Sharma
Solution

Hi  @Zeeshan Khan

I hope you are doing well. 

I created an application after reading your problem. I hope it will help you if you take an reference from it. 

Regards, 

Ojasvi Sharma



DynamicColumnTable.oml
2020-08-31 05-04-40
Rahul Jain

Hello Zeeshan ,

You can try Advanced Table component.
https://www.outsystems.com/forge/component-overview/9658/advanced-table-o11


Thanks

--RJ--


2024-06-12 08-10-25
Zeeshan Khan

Hello RJ , thanks for the suggestion but i want to use a normal widget table and make that

 functionality 

2021-09-06 15-09-53
Dorine Boudry
 
MVP

What have you tried ? What exactly do you have a problem with

2024-12-18 16-06-42
Junaid Syed

Hello Zeeshan,

If you need a ready to use component, the OutSystems datagrid very well support this need.

https://www.outsystems.com/forge/component-overview/9764/outsystems-data-grid-o11

Glad to know that you are building your own component, but what is your question here?

Regards,

Junaid

2021-01-28 10-02-59
Muhammad Mahmudul Hasan
Solution

Hi @Zeeshan Khan,

You can achieve by setting "display: none" for both HeaderCell & RowCell. 

 

But problem doing this customization is, you have to adjust/recalculate column width for best view. 

UserImage.jpg
Ojasvi Sharma
Solution

Hi  @Zeeshan Khan

I hope you are doing well. 

I created an application after reading your problem. I hope it will help you if you take an reference from it. 

Regards, 

Ojasvi Sharma



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