-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GET json representation #98
Comments
It’s not stored as Json; it’s just HTML with a small bit of custom mark up
On Thu, 27 Sep 2018 at 14:43, _bran ***@***.***> wrote:
hey, any way to pragmatically get the JSON representation of the grid from
the internal storage of the grid manager ?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#98>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/AAXRVMCG8PNklAp0_TE7QMcId08P7nD9ks5ufNX-gaJpZM4W8sVS>
.
--
Tom King
Web Development Consultant
+44(0)7775 926480 | oxalto.co.uk <http://www.oxalto.co.uk> | @neokoenig
<https://twitter.com/neokoenig> | linkedIn
<http://www.linkedin.com/in/tomkingoxford>
|
aah, so you just listen for events push the html into some storage and then read it out ? |
Basically; it just changes the Dom, looks for css classes and parses that,
plus a few html comments.
On Thu, 27 Sep 2018 at 15:13, _bran ***@***.***> wrote:
aah, so you just listen for events push the html into some storage and
then read it out ?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#98 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAXRVMnhxrTl0mLRkqGsEJZU6H7Wy43Kks5ufN0VgaJpZM4W8sVS>
.
--
Tom King
Web Development Consultant
+44(0)7775 926480 | oxalto.co.uk <http://www.oxalto.co.uk> | @neokoenig
<https://twitter.com/neokoenig> | linkedIn
<http://www.linkedin.com/in/tomkingoxford>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hey, any way to pragmatically get the JSON representation of the grid from the internal storage of the grid manager ?
The text was updated successfully, but these errors were encountered: