i used jexcel for static columns, what if I want to add Column's dynamically based on user selection.
See below image left side assume we have jexcel table right side box has columns, based on column selection is it possible to load "columns" selection in jexcel.
columns: [
{
type: 'dropdown',
url:'https://bossanova.uk/jspreadsheet/v4/countries',
width:200,
} ]
does above code section support JSON object data binding for columns block ?
or is there a way to load this column config dynamically.

i used jexcel for static columns, what if I want to add Column's dynamically based on user selection.
See below image left side assume we have jexcel table right side box has columns, based on column selection is it possible to load "columns" selection in jexcel.
columns: [
{
type: 'dropdown',
url:'https://bossanova.uk/jspreadsheet/v4/countries',
width:200,
} ]
does above code section support JSON object data binding for columns block ?
or is there a way to load this column config dynamically.