Using pdfmake I want to export multiple tables when I select 'All' in the 
Route search filter.  How can I do this with an array and the table within 
a variable?  Any help is appreciated.



*                   var* tableDefinition = {

content: [  

         

    {

margin: [-30,0,-30,-30],

fontSize: 6,

           table: {

       

        headerRows: 1,

        widths: [ 25, 50, 45, 50, 50, 50, 50, 50, 50, 30, 30], 

        dontBreakRows: *true*,

       

        body: [

          ....

         

        ]

   }

    },

],

    };

-- 
You received this message because you are subscribed to the Google Groups 
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to