問題タブ [react-functional-component]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
reactjs - cellrenderer コンポーネントから ag-grid-react のコンポーネントのメソッドを呼び出す
と呼ばれる機能コンポーネントがありますGenericGrid
これで、最後の列の列定義が次のcellRendererFramework
ようになります。
最後の列のボタンをクリックすると、関数を呼び出すonAddNew
か、できればコンポーネントsetValue
で宣言された関数を直接呼び出しGenericGrid
ます。
公式ドキュメントによると、これclass
はコンテキストが次のように渡されるベース コンポーネントで機能しますcontext = { componentParent: this }
。しかし、私のコンポーネントは機能的なコンポーネントであるため、GenericGrid
動作すると仮定してコンテキストで直接渡しましたが、動作しません。