@bsol-oss/react-datatable5 13.0.1-beta.7 → 13.0.1-beta.8

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.
package/dist/index.d.ts CHANGED
@@ -835,6 +835,7 @@ interface CustomJSONSchema7 extends JSONSchema7 {
835
835
  foreign_key?: ForeignKeyProps;
836
836
  variant?: string;
837
837
  renderDisplay?: (item: unknown) => ReactNode;
838
+ itemToValue?: (item: unknown) => string;
838
839
  loadInitialValues?: (params: LoadInitialValuesParams) => Promise<LoadInitialValuesResult>;
839
840
  inputRender?: (props: {
840
841
  column: string;