Load Cell Function By Ajax

How to load cell function on handsontable by ajax?

Hi @if11080
What do you mean by writing ‘a cell function’?
If you would like to load data via ajax, here’s a tutorial: https://docs.handsontable.com/pro/1.4.0/tutorial-load-and-save.html

i want load this atrribute by ajax @aleksandra_budnik,
cells: function (row, col, prop) {
}
can that load by ajax?

You can load a function inside the cells option as long as it returns cellProperties, http://jsbin.com/saridamato/1/edit?js,output It depends on you how you load it.

so if i can return cellPropreties by ajax, it can be apply in handsontable @aleksandra_budnik?

Edit: I talked with one of our programmers and I guess I misunderstood the subject. He told be that it currently can’t be done.

halo @aleksandra_budnik,
handsontable.loadData is use to load data by ajax.
there is function to load Cell function to load cell function by ajax?

Unfortunately there’s is no option like this @if11080