Skip to content

Commit

Permalink
Added a todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Hunter19823 committed Apr 30, 2024
1 parent 9954b04 commit 861c9ef
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ function createPagedTable(title, table_id, data, addRowAction, ...headers) {
* @type{PageableSortableTable}
*/
const table = GLOBAL_DATA[table_id];
// TODO: Detect changes to URL.
table.setURL(CURRENT_URL.clone());
table.setRowAction(addRowAction);
table.setHeaders(...headers);
Expand Down

0 comments on commit 861c9ef

Please sign in to comment.