MCPcopy Create free account
hub / github.com/aspnet/AzureSignalR-samples / appendCells

Function appendCells

aspnet-samples/AspNetForm/Scripts/my.js:52–58  ·  view source on GitHub ↗
(tr, item)

Source from the content-addressed store, hash-verified

50}
51
52function appendCells(tr, item) {
53 return tr.append($('<td />').text(item.Id)) +
54 tr.append($('<td />').text(item.SubmitAt)) +
55 tr.append($('<td />').text(item.Message)) +
56 tr.append($('<td />').text(item.ProcessedAt)) +
57 tr.append($('<td />').text(item.Status));
58}

Callers 3

startSignalRFunction · 0.85
startConnectionWithRetryFunction · 0.85
appendRowFunction · 0.85

Calls 1

$Function · 0.70

Tested by

no test coverage detected