Skip to main content
Nintex Community Menu Bar
Question

Plugin 4-Column Grid with Sorting Plugin for Nintex Forms does not display data.

  • November 20, 2024
  • 4 replies
  • 59 views

Yhaizley RV
Forum|alt.badge.img+5

Hello! 
 

I'm working with this plugin, but for some reason, it doesn't display the data https://gallery.nintex.com/t/_column_grid. Does anyone have an idea of what I might be doing wrong?


This is how I'm fetching the JSON to attach.
 


Here's the configuration:

 



However, when I try to view the information in the tables, the fields appear empty, even though the correct amount is displayed.

 



I have tried with other table plugins in the same way, and it does show the data.



I appreciate any help or comments. 

4 replies

Forum|alt.badge.img
  • Nintex Employee
  • November 29, 2024

Hi ​@Yhaizley RV , I believe the issue is with the 4-column plugin expecting the exact column names below (e.g. columnheader1). You might want to adjust the plugin code to cater for the actual data.

 


MillaZ
Nintex Employee
Forum|alt.badge.img+22
  • Nintex Employee
  • December 2, 2024

Hi ​@Yhaizley RV 
Has this response helped to answer your question?


Yhaizley RV
Forum|alt.badge.img+5
  • Author
  • Rookie
  • December 2, 2024

Hello,
Thank you for your response.


@kokfong_tan   Are you saying that the columns must be named exactly as in the query? I’ve tried that, but I still don’t see the results. The number of rows is correct, but the information is not displayed.

 

 


Forum|alt.badge.img
  • Nintex Employee
  • December 9, 2024

@Yhaizley RV I was suggesting that you may have to clone the source code of the plugin and update the column names to cater to what you have. You can then upload the customized source code as a new plugin. See here for more details on how to upload a plugin.

 

Snippet of the source code where hardcoded column names are defined: