disable getOne or bypass getOne
Hello Refine team, I'm working on EditableTable, I understand when I click each row of table, the action is "Edit", since
it's pretty annoying it's making getOne call for each click, is it a way to disable getOne?
- When action is "edit", it will be passed to the update and the getOne method from the dataProvider.
it's pretty annoying it's making getOne call for each click, is it a way to disable getOne?
