@modeltables/fontawesome-vuetify 3.9.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 +5 -9
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -46,21 +46,17 @@ export class ExampleModel {
|
|
|
46
46
|
@search="search($event)"
|
|
47
47
|
@rowClick="rowClick($event)">
|
|
48
48
|
```
|
|
49
|
+
Documentation
|
|
49
50
|
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
Take a moment to thoughtfully design your model table to best represent your data. Before populating the table, carefully consider the appropriate types and the logical order of your model fields. Well-structured models not only improve clarity but also enhance the user experience.
|
|
51
|
+
Options data input key are required with optional attributes.
|
|
53
52
|
|
|
54
|
-
|
|
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.
|
|
55
54
|
|
|
56
|
-
|
|
55
|
+
Loading spinner appears while items and pagination changes.
|
|
57
56
|
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
By following these guidelines, you can create a modern, user-friendly table that adapts to your application's needs and delivers a seamless experience.
|
|
57
|
+
CRUD features like add, edit, or delete are ready to use.
|
|
61
58
|
|
|
62
59
|
License
|
|
63
|
-
|
|
64
60
|
MIT
|
|
65
61
|
|
|
66
62
|
|