T
TanStack3y ago
metropolitan-bronze

toggle editable

I follow the tanstack example to make editable field, but after using the "cell" to style it but the editable input didn't show up... please help SOQcolumnHelper.accessor((data) => data.item_desc, { header: () => 'item', id: 'item_desc', cell: (data) => <div className='w-48'>{data.getValue()}</div>, }),
No description
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?