rufuspollock-okfn / recline.backend.gdocs

Javascript library for accessing Google Docs Spreadsheet - and also functions as a Recline backend!
14 stars 6 forks source link

Rerendering during the load process #15

Open mattfullerton opened 9 years ago

mattfullerton commented 9 years ago

This isn't quite a full-blooded issue, yet - just a question. I have a recline map view set up with the gdocs backend. This line: https://github.com/okfn/recline.backend.gdocs/blob/master/backend.gdocs.js#L42

Which gets called once per column, seems to be causing the view to re-render each time: https://github.com/okfn/recline/blob/master/dist/recline.js#L1912

Is that desired behaviour? It's causing my map view to stop rendering altogether. Commenting out line 1912 fixes it, but that's not the right solution.