Skip to content

Commit a25cca9

Browse files
committed
dash-table: Add missing key prop on column headers
1 parent 3eac50a commit a25cca9

File tree

1 file changed

+1
-1
lines changed
  • components/dash-table/src/dash-table/derived/header

1 file changed

+1
-1
lines changed

components/dash-table/src/dash-table/derived/header/content.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ function getter(
283283
);
284284

285285
return (
286-
<div>
286+
<div key={columnIndex}>
287287
{!column_selectable || !selectable ? null : (
288288
<span className='column-header--select'>
289289
<input

0 commit comments

Comments
 (0)