I’m trying to write a plugin that gives a way of setting table data that’s an alternative to the data
property. Within my plugin (enablePlugin
), I am calling loadData
. However, this renders no data in the table until a subsequent updateSettings({})
call is made.
Is there a reason why this would be the case? Also, if I call updateSettings({})
from within my enablePlugin
function, I get an infinite loop in which my plugin is enabled over and over (even though my updatePlugin
function does not call enablePlugin
).
I’m using 1.3.1