presentation/hooks/db_lens_cell_editor_builder library

Typedefs

DbLensCellEditorBuilder = Future<Object?> Function(BuildContext context, String column, Object? currentValue)
Hook untuk mengganti dialog edit sel bawaan (DbLensCellEditor) dengan tampilan kustom (mis. date picker untuk kolom tanggal, dropdown untuk kolom enum) tanpa fork widget.

Exceptions / Errors

DbLensCellEditCancelled
Dilempar oleh DbLensCellEditorBuilder ketika pengguna membatalkan edit.