@modeltables/fontawesome-vuetify 4.0.0 → 4.1.0
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/README.md +4 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -48,9 +48,12 @@ export class ExampleModel {
|
|
|
48
48
|
```
|
|
49
49
|
Documentation
|
|
50
50
|
|
|
51
|
-
Options data input key are required with optional
|
|
51
|
+
Options data input key are required with optional attributes.
|
|
52
|
+
|
|
52
53
|
The table shows your data and lets you manage it easily. It has built-in `load` and `search` events for quick requests and updates.
|
|
54
|
+
|
|
53
55
|
Loading spinner appears while items and pagination changes.
|
|
56
|
+
|
|
54
57
|
CRUD features like add, edit, or delete are ready to use.
|
|
55
58
|
|
|
56
59
|
License
|