# elementor/3.10.0-dev1/app/assets/js/ui/table/table-context.js

Elementor Website Builder – more than just a page builder, version 3.10.0-dev1. 4 lines.

- Page: https://pluginprobe.com/plugins/elementor/3.10.0-dev1/code/app/assets/js/ui/table/table-context.js
- Raw: https://pluginprobe.com/plugins/elementor/3.10.0-dev1/raw/app/assets/js/ui/table/table-context.js
- Modified: 2022-10-03T17:24:38+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/elementor/3.10.0-dev1/code/app/assets/js/ui/table/table-context.js#L10-L20`.

```javascript
import React from 'react';

export const Context = React.createContext();

```
