jspreadsheet/ce

Dropdown data refresh

krosoftware opened this issue · 1 comments

Hello
I need to update dropdown column with new data, how to do that, please?

        columns:[
            { type:'dropdown', width:250, align: 'left', autocomplete:true, multiple:false, url:'/json/myurl' },
            { type:'text', width:c_width, align: 'left' },
        ]

You will need to repopulate the array columns.source directly. There is no method for doing that.