Closed KarthikHebbarMN closed 1 year ago
Hey, Hope you are doing well and great. Just wanted to follow up and see if got the time to look at these. Just that I know I am close to finding a fix, but not haha. Little bit of a itch. When ever you get the time.
Thanks again for the amazing library.
Hi, please create a stackblitz example of your issue https://stackblitz.com/edit/table-editing-ts?file=Demo.tsx
Hey, my bad with the code. The table was overlapping with another prop name 'table' which was empty. Not an issue in library.
Thanks
Trying out this sample where I attempt to modify external data along with table data. https://komarovalexander.github.io/ka-table/#/remote-data-editing and I have a custom Display component where I am calling table.openEditor
const table = useTableInstance(); return ( <div onClick={() => { table.openEditor(rowKeyValue, column.key); }} > test</div>);
Code
after passing this to the Table. I get
Not sure what can be done, I tried by adding an entry called openEditor in useTable context, and imported openEditor from 'ka-table' but looks like its not the right way to do it, by far. Looking forward to your response.
Thanks. Karthik