jQuery-gridmanager icon indicating copy to clipboard operation
jQuery-gridmanager copied to clipboard

GET json representation

Open BransonGitomeh opened this issue 5 years ago • 3 comments

hey, any way to pragmatically get the JSON representation of the grid from the internal storage of the grid manager ?

BransonGitomeh avatar Sep 27 '18 13:09 BransonGitomeh

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 [email protected] 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 https://github.com/neokoenig/jQuery-gridmanager/issues/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

neokoenig avatar Sep 27 '18 13:09 neokoenig

aah, so you just listen for events push the html into some storage and then read it out ?

BransonGitomeh avatar Sep 27 '18 14:09 BransonGitomeh

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 [email protected] 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 https://github.com/neokoenig/jQuery-gridmanager/issues/98#issuecomment-425108493, 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

neokoenig avatar Sep 27 '18 21:09 neokoenig