@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/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 install Ok
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 | no | ❌ no |
18
+ Browser | Express | Console
19
+ ✅ yes | yes | ❌ no
16
20
  ```
17
21
 
18
- ---
19
-
20
22
 
21
23
 
22
- ## 💡 The aim of the setup
24
+ #### size
25
+ > 450 KB
23
26
 
24
- For the Jaisocx Sits Server Files Listing server side rendered CssTable with JSP.
25
27
 
26
- The jaisocx templates for files listing, https exceptions and others will be available on public git service in several months.
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
- ### Tasks planned
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
- ## html example
44
+ **Library**: `@jaisocx/css-table-ordered` ver. `2.4.1`
37
45
 
38
- ```html
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
- <script src="sites_tools/js_tools/CssTableOrdered/transpiled/Simple/scroll/CssTableScroll.js"></script>
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
- let orderbyClassInstance = new Object();
63
+ ### 📅 Tasks planned
56
64
 
57
- function addScrollEventHandlers() {
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
- // DOCUMENT ONLOAD
71
- document.addEventListener('DOMContentLoaded', () => {
71
+ ### After have git cloned, Install libraries for preview
72
72
 
73
- addScrollEventHandlers();
73
+ ```
74
+ npm i --install-strategy=hoisted --omit=dev
75
+ ```
74
76
 
75
- addOrderbyEventHandler();
76
77
 
77
- });
78
78
 
79
- </script>
80
- ```
79
+ ### Install Sites Tool Css Table Ordered
81
80
 
81
+ `--omit=dev` to avoid installation of devDependencies.
82
82
 
83
- ## npm for webpack
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 install @jaisocx/css-table-ordered
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
+