|
|
@@ -37,6 +37,7 @@ const BasicTable: {
|
|
|
bordered,
|
|
|
rowSelection,
|
|
|
onLoad,
|
|
|
+ revalidateOnFocus = false,
|
|
|
...resetProps
|
|
|
}) => {
|
|
|
const {
|
|
|
@@ -186,6 +187,7 @@ const BasicTable: {
|
|
|
onLoad={_onLoad}
|
|
|
onSizeChange={handleOnSizeChange}
|
|
|
rowSelection={rowSelectionOptions}
|
|
|
+ revalidateOnFocus={revalidateOnFocus}
|
|
|
/>
|
|
|
</div>
|
|
|
</React.StrictMode>
|