You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Passing Nested Header in RowDataGridProvider to setup datagrid header.

edited May 29, 2025 12:49PM in Visual Builder 1 comment

Hi All,

I need to populate the data from adp/sdp.

Here , how to pass Nested Header in RowDataGridProvider constructor to achieve Nested Header setup as shown below:

As share in below image, columns in each 3 sub headers are not same. Under Header1 , there are 4 col, Under header2 column is 7 and under header3 column is 6

Below is the code. Here I am passing column header but I am not able to figure out how to pass Nestedheader in object.

 function getRowGridDataProvider(sdp) {
let EmployeeData = {
id: Number,
firstName: String,
lastName: String,
phoneNumber: String,
email: String,
salary: Number
};

return new RowDataGridProvider.RowDataGridProvider(sdp, {

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!