623
Views
4
Comments
Solved
Dynamic table column
Question

Hi Team, 

We are trying to implement a dynamic table. 

We have internal Outsystem database and we have joins in our tables which will return the desired columns. 

We want to allow user to select columns they wish to see the data for and render it on a screen. Also, it is kind of a report so we want them to be able to download the excel file for the similar data rendered on the screen... 

i.e., we are looking for dynamic column generation with pagination, sorting and export to excel. 

What could be a optimized and efficient approach for us to go with.? 

Thanks in advance. 

2021-02-02 11-55-27
Tushar Panpaliya
Solution

Neha Agrawal wrote:

Tushar Panpaliya wrote:

Data grid has this inbuilt if you wish to use. 

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



Cheers

Hi Tushar,

We tried to use the data grid, but it is very complex to use. Can you please help us with an .oml or some important steps which will help us build.

Thanks

It's not complex. Give it a try. Here you go : 


Step by step guide :  https://success.outsystems.com/Documentation/How-to_Guides/Development/How_to_use_Data_Grid 


Refer to the sample component : https://www.outsystems.com/forge/component-overview/5555/data-grid-sample


Cheers

2021-02-02 11-55-27
Tushar Panpaliya

Data grid has this inbuilt if you wish to use. 

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



Cheers

2023-12-11 08-54-13
Neha Agrawal
Champion

Tushar Panpaliya wrote:

Data grid has this inbuilt if you wish to use. 

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



Cheers

Hi Tushar,

We tried to use the data grid, but it is very complex to use. Can you please help us with an .oml or some important steps which will help us build.

Thanks

2021-02-02 11-55-27
Tushar Panpaliya
Solution

Neha Agrawal wrote:

Tushar Panpaliya wrote:

Data grid has this inbuilt if you wish to use. 

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



Cheers

Hi Tushar,

We tried to use the data grid, but it is very complex to use. Can you please help us with an .oml or some important steps which will help us build.

Thanks

It's not complex. Give it a try. Here you go : 


Step by step guide :  https://success.outsystems.com/Documentation/How-to_Guides/Development/How_to_use_Data_Grid 


Refer to the sample component : https://www.outsystems.com/forge/component-overview/5555/data-grid-sample


Cheers

2023-12-11 08-54-13
Neha Agrawal
Champion

Tushar Panpaliya wrote:

Neha Agrawal wrote:

Tushar Panpaliya wrote:

Data grid has this inbuilt if you wish to use. 

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



Cheers

Hi Tushar,

We tried to use the data grid, but it is very complex to use. Can you please help us with an .oml or some important steps which will help us build.

Thanks

It's not complex. Give it a try. Here you go : 


Step by step guide :  https://success.outsystems.com/Documentation/How-to_Guides/Development/How_to_use_Data_Grid 


Refer to the sample component : https://www.outsystems.com/forge/component-overview/5555/data-grid-sample


Cheers

Hi Tushar, 

We were able to implement the requirement with the proposed data grid solution. 


We are still facing a small issue, we are not able to render our data on the screen though we are getting the required data while debugging. What could be the possible reasons?


Thanks.


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