@qualityunit/liveagent-ticket-grid
v0.0.104
Published
Ticket grid component for LiveAgent
Downloads
490
Keywords
Readme
Ticket-Grid component for LiveAgent
Usage example:
const ticketsTable = document.createElement('tickets-table');
ticketsTable.options = {
apiKey: 'S_9tyvqyp7jst8892hsf29xidod4p6ghfe',
basePath: 'https://hosted.la.localhost/LiveAgent/server',
localeOptions: {
thousandsSeparator: 'S',
decimalSeparator: 'D',
dateFormat: 'MM/d/yyyy',
timeFormat: 'HH:mm:ss',
timeShortFormat: 'HH:mm',
locale: 'sk'
}
};
document.body.appendChild(ticketsTable);