From 08454c056b6fcf704d97b53b879ed9e0b77c2b71 Mon Sep 17 00:00:00 2001 From: John Knox Date: Fri, 14 Jun 2019 09:10:55 -0700 Subject: [PATCH] Allow multi-highlight in db plugin Summary: Enable highlight of multiple rows so they can be copied Reviewed By: passy Differential Revision: D15822749 fbshipit-source-id: 2302ddd27a57574c1eaf1f1395939c9f006ba301 --- src/plugins/databases/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/databases/index.js b/src/plugins/databases/index.js index f66395ff9..80025a345 100644 --- a/src/plugins/databases/index.js +++ b/src/plugins/databases/index.js @@ -190,6 +190,7 @@ function renderTable(page: ?Page, component: DatabasesPlugin) { zebra={true} rows={page.rows} horizontallyScrollable={true} + multiHighlight={true} onSort={(sortOrder: TableRowSortOrder) => { component.dispatchAction({ type: 'SortByChanged',