mobigrid-module 1.1.25-beta.3 → 1.1.25-beta.4
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +13 -0
- package/package.json +1 -1
package/README.md
CHANGED
@@ -6,6 +6,19 @@ A flexible and customizable data table interface module with advanced filtering,
|
|
6
6
|
|
7
7
|
The configuration object defines the structure and behavior of a data table interface. It includes filters, columns, actions, and other settings.
|
8
8
|
|
9
|
+
### Container Props
|
10
|
+
|
11
|
+
The module accepts the following configuration properties:
|
12
|
+
|
13
|
+
- **configUrl**: URL to fetch configuration from
|
14
|
+
- **preJsUrl**: URL to fetch pre-processing JavaScript
|
15
|
+
- **configJson**: Direct configuration object (alternative to configUrl)
|
16
|
+
- **preJs**: Direct pre-processing JavaScript (alternative to preJsUrl)
|
17
|
+
- **customHeaders**: Custom HTTP headers for API requests
|
18
|
+
- **itemsPerPage**: Number of items to display per page
|
19
|
+
- **dateFormat**: Default date format for date fields
|
20
|
+
- **children**: React child components
|
21
|
+
|
9
22
|
### Main Properties
|
10
23
|
|
11
24
|
- **title**: The title of the configuration
|