You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+18-1
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ You can provide Datatable native configuration in the main object. It works prop
63
63
64
64
If you want more info about the base configuration, please refer to the official documentation.
65
65
66
-
If you want to add the specific Lyxea custom object, you need to add the key `lxConfig`.
66
+
If you want to add the specific Lyxea custom object, you need to add the key `lxConfig`. Then you can add your own custom configuration depend on your needs.
67
67
68
68
The following sections are dedicated to this configuration.
69
69
@@ -146,6 +146,23 @@ If you want to add an action on each row of the datatable, we need to implement
146
146
147
147
To do it, simply add the key `actions` on the LyxaDatatable specific config object.
0 commit comments