⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

Adding Google Map



verynov
  • profile picture
  • Member

Posted 27 July 2013 - 03:05 AM

Hi all.
I need to a additional field which is not exist the database table.

how to show map on grocery?

 

I want make google  map application with draggable marker on grocery??

in html I have :

<div id="canvas"></div>

so..where i put this code on my grocery crud. Thanks.


davidoster
  • profile picture
  • Member

Posted 27 July 2013 - 06:08 AM

Hello and welcome to the forums [member=verynov].

Will the map location be saved on the database? If it is then you need to put a new field at your database.

If you don't need to have it saved (I can't understand why you shouldn't but anyway) you can use the fake column feature.

On the callback_column you can then incorporate the above html div.

 

I suggest you have a look also in here and here.