Grid with dynamic colums

0
Hi All, We have one requirement where in the values are fetched dynamically i.e. they might vary each time and want to map these values in grid. Is there any way by which whatever is returned can be mapped as a grid column? 
asked
2 answers
1

You can use this Dynamic (Tree) Table widget in the form of a grid as per your scenario. It supports dynamic columns which you may retrieve from a microflow. See this test project to get an idea of the widget

answered
0

A widget that can probably help you out
https://marketplace.mendix.com/link/component/216495
 

Data Grid with variable columns. No more list view in list views!

Features

  • Data Grid, with variable number of columns.
  • Render cell content: attribute, text or user custom to build your onw cell content, including editable inputs.
  • Empty row content message.
  • Empty cell objects can be omitted when "Optimize cell paging" is disabled.
  • On click action on row, column and or cells
  • Choose the default styling of the Data Widget Grid 2 widget, or render it as a plain HTML table without any styling.
  • Options for pagination for Row, Column or non.
  • Structure mode preview in the Studio Pro.
answered