-
Notifications
You must be signed in to change notification settings - Fork 841
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor EuiInMemoryTable's cell rendering methods and execute_ast (#915
) * Refactor EuiInMemoryTable's cell rendering methods to reduce indirection around the render and align props. * Destructure column prop when rendering cells to avoid passing through unexpected properties via the rest element. * Deduplicate logic shared between renderItemFieldDataCell and renderItemComputedCell methods. * Refactor execute_ast for clarity.
- Loading branch information
Showing
2 changed files
with
134 additions
and
113 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters