⚠ 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

Print button not working when setRelationNtoN in use



mumtazhaqiqy

mumtazhaqiqy
  • profile picture
  • Member

Posted 29 August 2017 - 03:22 AM

Hai.. I Found that print button not working when I use setRelationNtoN, did anybody found solution for this? 

 

I'm trying to figure it out the solution, I'll share when I found something.. thanks


mumtazhaqiqy

mumtazhaqiqy
  • profile picture
  • Member

Posted 29 August 2017 - 04:01 AM

Ive got the solution by editing file grocery-crud-v2.3.2.0642be.js (depend on your version I think) locate in your grocery-crud assets folder
 
in line 8343 from :
DatagridHeaderActions.ACTION_PRINT = 'print';

to 

DatagridHeaderActions.ACTION_PRINT = 'datagrid';

and its working like a charm again. 

 

thanks,

 

hope it;s okay


mjota

mjota
  • profile picture
  • Member

Posted 21 November 2017 - 20:30 PM

I can't find this file, where is it?