Skip to content

Commit

Permalink
[Docs, EuiInMemoryTable] Recreating props tables (#4179)
Browse files Browse the repository at this point in the history
* Improved props table for EuiInMemoryTable

* Adding right CL number

* Adding comments

* Fixing generating typescript definitions file error

* Moving CL entry
  • Loading branch information
elizabetdev authored Oct 27, 2020
1 parent d4170c6 commit bca5946
Show file tree
Hide file tree
Showing 18 changed files with 275 additions and 657 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## [`master`](https://github.com/elastic/eui/tree/master)

No public interface changes since `30.1.0`.
- Added more exports for `EuiInMemoryTable` types ([#4179](https://github.com/elastic/eui/pull/4179))

## [`30.1.0`](https://github.com/elastic/eui/tree/v30.1.0)

Expand Down
2 changes: 1 addition & 1 deletion src-docs/src/views/tables/basic/basic_section.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import {
EuiTableSortingType,
} from '!!prop-loader!../../../../../src/components/basic_table/table_types';
import { CustomItemAction } from '!!prop-loader!../../../../../src/components/basic_table/action_types';
import { DefaultItemActionProps as DefaultItemAction } from './props';
import { DefaultItemActionProps as DefaultItemAction } from '../props/props';

const source = require('!!raw-loader!./basic');
const html = renderToHtml(Table);
Expand Down
9 changes: 0 additions & 9 deletions src-docs/src/views/tables/basic/props.tsx

This file was deleted.

Loading

0 comments on commit bca5946

Please sign in to comment.