Investigate the editable table component in the lowcode engine codebase. Look for the component's source code (likely in packages/editor core or similar) to understand existing props and how editability is controlled. Consider adding a 'disabled' or 'readonly' prop to the table component. Check comments on the issue for any maintainer guidance, and review similar component patterns for consistency.