Advertisement
Guest User

Untitled

a guest
Nov 27th, 2014
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.       information: [{
  3.         header: 'Documents',
  4.         data: {
  5.           subheader: true,
  6.           sorted_column: 'downloads',
  7.           meta_values: [{
  8.             meta_number: 10,
  9.             meta_text: 'Documents'
  10.           }, {
  11.             meta_number: 100,
  12.             meta_text: 'Visitors'
  13.           }, {
  14.             meta_number: 90,
  15.             meta_text: 'Downloads'
  16.           }],
  17.           meta_sentence: '10 Documents viewed by 100 visitors downloaded 90 times',
  18.           table: {
  19.             headers: ['Project', 'Document', 'Visitors', 'Downloads'],
  20.             type: 'document',
  21.             table_rows: [
  22.               ['Proj 1', 'Document 1', 120, 100],
  23.               ['Proj 2', 'Document 1', 120, 100],
  24.               ['Proj 1', 'Document 2', 120, 100]
  25.             ]
  26.           }
  27.         }
  28.       }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement