Back to Graylog2 Server

KeyValueTable

graylog2-web-interface/src/components/common/KeyValueTable.md

7.1.0135 B
Original Source
js
const pairs = {
  one: '1',
  two: '2',
};

<KeyValueTable pairs={pairs} headers={['Word', 'Number', 'Actions']} editable />;