This control allows the transformation of the default Dynamics 365 grid to an editable grid with add new line functionality. dynamics-crm dynamics-365 editable-table pcf powerapps dynamics365 fluent-ui powerappscomponentframework fluentui powerapps-component-framework bever-controls Updated Jun 24, 2024...
bind(this); //this._value = context.parameters.controlValue.raw!; const gridHTML = ` Download ` let ele = document.createElement("div"); this.container = document.createElement("div"); this.container.id = 'GridContainer'; this.container.innerHTML = gridHTML; //ReactDOM.render(...