HEX
Server: LiteSpeed
System: Linux chromium.pvtwebs.com 5.14.0-611.54.3.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 7 16:31:24 EDT 2026 x86_64
User: plandeptncgov (1317)
PHP: 8.3.31
Disabled: exec,system,passthru,shell_exec,escapeshellarg,escapeshellcmd,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: /home/plandeptncgov/public_html/wp-content/plugins/tablepress/admin/js/edit.js
/**
 * JavaScript code for the "Edit" screen.
 *
 * @package TablePress
 * @subpackage Views JavaScript
 * @author Tobias Bäthge
 * @since 2.0.0
 */

/**
 * Load the default "Edit" screen sections.
 */
import './edit/buttons';
import './edit/table-information';
import './edit/table-manipulation';
import './edit/table-options';
import './edit/datatables-features';
import './edit/table-preview';
import './edit/other-actions';

/**
 * Load the non-React "Edit" screen JavaScript code, mostly for the table data editor.
 */
import './edit/editor';
import './edit/keyboard-shortcuts';
import './edit/screen-options';

/**
 * Internal dependencies.
 */
import { initializeReactComponent } from './common/react-loader';
import Screen from './edit/screen';

initializeReactComponent(
	'tablepress-edit-screen',
	<Screen />,
);