From 4674e777702592e8b071427cced6d6fb35a15fda Mon Sep 17 00:00:00 2001 From: zsloan Date: Wed, 11 May 2022 17:15:37 -0500 Subject: Create fix-correlation-table.gmi --- issues/fix-correlation-table.gmi | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 issues/fix-correlation-table.gmi (limited to 'issues/fix-correlation-table.gmi') diff --git a/issues/fix-correlation-table.gmi b/issues/fix-correlation-table.gmi new file mode 100644 index 0000000..d5f0403 --- /dev/null +++ b/issues/fix-correlation-table.gmi @@ -0,0 +1,17 @@ +# Fix some display issue with the Correlation Results table (plus add column resizing) + +## Description + +The correlation table appears to have a couple issues: +* When you click inside the table and scroll left/right with the arrow keys on your keyboard, headers become unaligned with the row contents (I can reproduce this) +* Scrolling (presumably with the arrows keys as well?) sometimes skips rows (I haven't been able to reproduce this) + +Since these issues don't appear to occur in the search results table, I'm going to try to just use the same code for both tables (which includes adding resizable columns). + +## Tags + +* assigned: zsloan +* priority: medium +* type: bug, feature-enhancement +* status: in progress +* keywords: correlation, datatables, javascript -- cgit v1.2.3