dynamic data gird widget usecase

0
Hello, I want to create dynamic data columns and rows with a Boolean attribute (Yes/No). I saw this available in the sandbox, but when I try it in our project, the Boolean is not visible and the table format is also not appearing in the same way. Please suggest how to use this or if there is any alternate method. Thank you.
asked
2 answers
0

Do you want to display single attribute in 2 seperate columns (True and False) or only the single column which will show a checkbox checked (true) and unchecked (false)?

 

if you want the first one, check the marketplace modules for a pivot table. If the second one is enough, then you can use datagrid2. use a custom column and place a checkbox in that column.

answered
0

Have you tried using DataGrid2? It features a ‘Hiding’ option that allows users to choose whether a column is visible.

image.png

answered