Skip to content

Instantly share code, notes, and snippets.

@Klerith
Created October 13, 2020 21:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save Klerith/659eef679d4075e4af41baf824af6fd3 to your computer and use it in GitHub Desktop.
Save Klerith/659eef679d4075e4af41baf824af6fd3 to your computer and use it in GitHub Desktop.
const data = [
{
ticketNo: 33,
escritorio: 3,
agente: 'Fernando Herrera'
},
{
ticketNo: 34,
escritorio: 4,
agente: 'Melissa Flores'
},
{
ticketNo: 35,
escritorio: 5,
agente: 'Carlos Castro'
},
{
ticketNo: 36,
escritorio: 3,
agente: 'Fernando Herrera'
},
{
ticketNo: 37,
escritorio: 3,
agente: 'Fernando Herrera'
},
{
ticketNo: 38,
escritorio: 2,
agente: 'Melissa Flores'
},
{
ticketNo: 39,
escritorio: 5,
agente: 'Carlos Castro'
},
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment