react-crud-mui 0.0.1-beta.28 → 0.0.1-beta.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -81,10 +81,6 @@ export interface ListPageContentProps<TModel extends FieldValues, TDetailPageMod
81
81
  * Automatically call onNeedData when any value of filter get changed
82
82
  */
83
83
  autoSearch?: boolean;
84
- /**
85
- * Table row key
86
- */
87
- rowKey?: string;
88
84
  /**
89
85
  * Disable all keyboard shortcuts,default all enabled
90
86
  */