Skip to content

Commit

Permalink
events: add sorting functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Oct 10, 2023
1 parent e7996b2 commit d51f795
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
12 changes: 4 additions & 8 deletions src/main/webapp/reactive-table.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/main/webapp/view-events.js
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@

// feed the reactive-table webcomponent with the parsed data and its schema
_table._schema = getTableSchema()
_table.data = JSON.stringify(events)
_table._data = events
toggleLoadingState()
})
Expand Down

0 comments on commit d51f795

Please sign in to comment.