Logs

{data.resultChangeLogCount.toLocaleString("en", { useGrouping: true })} result(s)

Filter
{#each data.changeLog as { id, table_name, operation, tstamp, old_value, new_value, user_id, username }} {/each}
User Resource Operation Date and time Changes
{username} {table_name} {operation} {@const oldValue = JSON.stringify(old_value, null, 2)} {@const newValue = JSON.stringify(new_value, null, 2)}

Log changes

{table_name} — {operation}

{@html sanitize(htmlDiff(oldValue, newValue), {
                      ALLOWED_TAGS: ["ins", "del"]
                    })}