⚠ 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

Displaying update/edit data in grocery crud with joined tables



michaelh613

michaelh613
  • profile picture
  • Member

Posted 12 August 2015 - 12:31 PM

I have been able to use a custom query to display information in list view by overriding get_list() to use my custom query.

However when I go into edit mode my data from the joined tables is not there.  I see callbacks to override functionality before an update but not before displaying the update/edit page itself.

I'm looking for either the correct function to override in a custom mode or a callback I should use to display the data called from the joined tables that were called when the list itself was created.

 

 


michaelh613

michaelh613
  • profile picture
  • Member

Posted 12 August 2015 - 14:55 PM

Found the answer get_edit_values(); in the the model.