@jaisocx/css-table-ordered 2.3.3 → 2.4.1
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/MediaAndStyles/CssTableOrdered_main_Webpack.css +6 -6
- package/MediaAndStyles/CssTableOrdered_main_resolved.css +211 -1
- package/MediaAndStyles/themes/theme_jaisocx_folder_listing/CssTable_theme_jaisocx_folder_listing_Relative.css +1 -1
- package/MediaAndStyles/themes/theme_jaisocx_folder_listing/CssTable_theme_jaisocx_folder_listing_Webpack.css +5 -3
- package/MediaAndStyles/themes/theme_jaisocx_folder_listing/CssTable_theme_jaisocx_folder_listing_thin.css +4 -3
- package/MediaAndStyles/themes/theme_jaisocx_folder_listing/responsive_size_Imports_CssTable_theme_jaisocx_folder_listing_Webpack.css +38 -38
- package/MediaAndStyles/themes/theme_jaisocx_folder_listing/responsive_size_Imports_CssTable_theme_jaisocx_folder_listing_Webpack_minimal.css +38 -38
- package/README.md +42 -38
- package/css_table_ordered_few_rows_preview.html +665 -0
- package/css_table_ordered_preview.html +1926 -0
- package/index.preview.html +1927 -0
- package/package.json +17 -18
- package/webpack.aliases.json +1 -0
package/README.md
CHANGED
|
@@ -1,90 +1,94 @@
|
|
|
1
1
|
# CSS Table Ordered
|
|
2
|
+
`@jaisocx/css-table-ordered`
|
|
3
|
+
> 💡 js for orderby on table styled by @jaisocx/css-table
|
|
4
|
+
|
|
5
|
+
|
|
2
6
|
|
|
3
7
|
#### status
|
|
4
|
-
> ✅ yarn add | npm
|
|
8
|
+
> ✅ yarn add | npm i Ok
|
|
5
9
|
|
|
6
10
|
> ✅ `.html` previews Ok
|
|
7
11
|
|
|
8
12
|
|
|
9
13
|
|
|
10
14
|
#### supports
|
|
11
|
-
> Client Side
|
|
15
|
+
> Server Side, Client Side
|
|
12
16
|
|
|
13
17
|
```
|
|
14
|
-
Browser | Express | Console
|
|
15
|
-
✅ yes |
|
|
18
|
+
Browser | Express | Console
|
|
19
|
+
✅ yes | ✅ yes | ❌ no
|
|
16
20
|
```
|
|
17
21
|
|
|
18
|
-
---
|
|
19
|
-
|
|
20
22
|
|
|
21
23
|
|
|
22
|
-
|
|
24
|
+
#### size
|
|
25
|
+
> 450 KB
|
|
23
26
|
|
|
24
|
-
For the Jaisocx Sits Server Files Listing server side rendered CssTable with JSP.
|
|
25
27
|
|
|
26
|
-
|
|
28
|
+
```
|
|
29
|
+
Current Folder | This lib, as installed | typescript in src/ | Latest Tarball | Main ts class
|
|
30
|
+
| in other node_modules/ | | |
|
|
31
|
+
1_100 KB | | | |
|
|
32
|
+
```
|
|
27
33
|
|
|
28
34
|
|
|
29
35
|
|
|
30
|
-
|
|
36
|
+
#### required
|
|
37
|
+
> Browser
|
|
31
38
|
|
|
32
|
-
1. css themes npm package example to install on a Jaisocx server instance with @jaisocx/css-table-ordered
|
|
33
39
|
|
|
34
40
|
|
|
41
|
+
#### 📅 Updated
|
|
42
|
+
> Winter 2026
|
|
35
43
|
|
|
36
|
-
|
|
44
|
+
**Library**: `@jaisocx/css-table-ordered` ver. `2.4.1`
|
|
37
45
|
|
|
38
|
-
|
|
39
|
-
<link rel="stylesheet" href="/sites_tools/css_tools/CssCleanStart_2/MediaAndStyles/CssCleanStart_2_main_resolved_minimal.css" />
|
|
40
|
-
<link rel="stylesheet" href="/sites_tools/css_tools/CssTable/MediaAndStyles/CssTable_main_resolved_minimal.css" />
|
|
46
|
+
🗓 **timestamp**: `Sat Feb 14 16:07:48 UTC 2026`
|
|
41
47
|
|
|
48
|
+
---
|
|
42
49
|
|
|
43
50
|
|
|
44
|
-
<link rel="stylesheet" href="/sites_tools/js_tools/CssTableOrdered/MediaAndStyles/themes/theme_fixed_columns_labels/theme_fixed_columns_labels.css" />
|
|
45
51
|
|
|
52
|
+
## 💡 The aim of the setup
|
|
53
|
+
`@jaisocx/css-table-ordered`
|
|
54
|
+
> 💡 js for orderby on table styled by @jaisocx/css-table
|
|
46
55
|
|
|
47
56
|
|
|
48
|
-
|
|
49
|
-
<script src="sites_tools/js_tools/CssTableOrdered/transpiled/Simple/orderby/CssTableOrderby.js"></script>
|
|
57
|
+
For the Jaisocx Sits Server Files Listing server side rendered CssTable with JSP.
|
|
50
58
|
|
|
59
|
+
The jaisocx templates for files listing, https exceptions and others will be available on public git service in several months.
|
|
51
60
|
|
|
52
61
|
|
|
53
|
-
<script>
|
|
54
62
|
|
|
55
|
-
|
|
63
|
+
### 📅 Tasks planned
|
|
56
64
|
|
|
57
|
-
|
|
58
|
-
cssTableScrollInstance = new CssTableScroll();
|
|
59
|
-
cssTableScrollInstance.addScrollEventHandlers();
|
|
60
|
-
}
|
|
65
|
+
1. css themes npm package example to install on a Jaisocx server instance with `@jaisocx/css-table-ordered`
|
|
61
66
|
|
|
62
|
-
function addOrderbyEventHandler() {
|
|
63
|
-
orderbyClassInstance = new CssTableOrderby();
|
|
64
|
-
orderbyClassInstance.setRowsNumberNotOrdered( 1 );
|
|
65
|
-
let eventHandlerRetval = orderbyClassInstance.addOrderbyEventHandler();
|
|
66
|
-
}
|
|
67
67
|
|
|
68
68
|
|
|
69
|
+
## Installation
|
|
69
70
|
|
|
70
|
-
|
|
71
|
-
document.addEventListener('DOMContentLoaded', () => {
|
|
71
|
+
### After have git cloned, Install libraries for preview
|
|
72
72
|
|
|
73
|
-
|
|
73
|
+
```
|
|
74
|
+
npm i --install-strategy=hoisted --omit=dev
|
|
75
|
+
```
|
|
74
76
|
|
|
75
|
-
addOrderbyEventHandler();
|
|
76
77
|
|
|
77
|
-
});
|
|
78
78
|
|
|
79
|
-
|
|
80
|
-
```
|
|
79
|
+
### Install Sites Tool Css Table Ordered
|
|
81
80
|
|
|
81
|
+
`--omit=dev` to avoid installation of devDependencies.
|
|
82
82
|
|
|
83
|
-
|
|
83
|
+
In the `package.json`, the mini images package requires **Sass styles preprocessor** for development purposes with **scss variables** for css3 style property `background-image`,
|
|
84
|
+
and in this package the Sass installation wasn't required.
|
|
84
85
|
|
|
85
86
|
```
|
|
86
|
-
npm
|
|
87
|
+
npm i "@jaisocx/css-table-ordered@2.4.1" --install-strategy=hoisted --omit=dev
|
|
87
88
|
```
|
|
88
89
|
|
|
89
90
|
|
|
90
91
|
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
|