diff --git a/docs/atable/atable.tablemodalprops.md b/docs/atable/atable.tablemodalprops.md
new file mode 100644
index 00000000..76f0bb71
--- /dev/null
+++ b/docs/atable/atable.tablemodalprops.md
@@ -0,0 +1,18 @@
+
+
+[Home](./index.md) > [@stonecrop/atable](./atable.md) > [TableModalProps](./atable.tablemodalprops.md)
+
+## TableModalProps type
+
+Table modal props definition.
+
+**Signature:**
+
+```typescript
+export type TableModalProps = {
+ [key: string]: any;
+ colIndex: number;
+ rowIndex: number;
+ store: ReturnType;
+};
+```
diff --git a/examples/atable/components/DateInput.vue b/examples/atable/components/DateInput.vue
index 4f20a414..3abacc68 100644
--- a/examples/atable/components/DateInput.vue
+++ b/examples/atable/components/DateInput.vue
@@ -3,18 +3,25 @@
|