問題タブ [antd]
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 - Ant 設計テーブルでの入力の使用
私のアプリケーションでは、 Ant design Tableを使用しています。コードは次のようになります。
Edit
ユーザーがテーブルの行全体をクリックすると、通常のテキストではなくレンダリングされるため<Input type="text"/>
、ユーザーは行データを編集できます。また、ユーザーがクリックしたときにカスタム保存ボタンが関数を呼び出します(例 save() )しかし、私はしませんこの方法がわからない。