vitalets / x-editable

In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
http://vitalets.github.io/x-editable
MIT License
6.51k stars 1.72k forks source link

Does data-source as an attribute support a function? #1086

Closed pixeloution closed 3 years ago

pixeloution commented 6 years ago

I know if I call .editable({}) I can define a function for source, but is it supported to have a function assigned in the data-source attribute? It does not seem like it but wanted to verify.

Thanks