@liedekef/ftable 1.1.36 → 1.1.37
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/ftable.esm.js +0 -1
- package/ftable.js +0 -1
- package/ftable.min.js +0 -1
- package/ftable.umd.js +0 -1
- package/package.json +1 -1
package/ftable.esm.js
CHANGED
|
@@ -4478,7 +4478,6 @@ class FTable extends FTableEventEmitter {
|
|
|
4478
4478
|
<head>
|
|
4479
4479
|
<title>${this.options.title || 'Table Data'}</title>
|
|
4480
4480
|
<style>
|
|
4481
|
-
@page { size: landscape; margin: 0.5cm; }
|
|
4482
4481
|
body { margin: 0; padding: 10px; font-size: 10px; }
|
|
4483
4482
|
table { width: 100%; border-collapse: collapse; table-layout: fixed; }
|
|
4484
4483
|
th, td { border: 1px solid #000; padding: 4px; word-wrap: break-word; }
|
package/ftable.js
CHANGED
|
@@ -4483,7 +4483,6 @@ class FTable extends FTableEventEmitter {
|
|
|
4483
4483
|
<head>
|
|
4484
4484
|
<title>${this.options.title || 'Table Data'}</title>
|
|
4485
4485
|
<style>
|
|
4486
|
-
@page { size: landscape; margin: 0.5cm; }
|
|
4487
4486
|
body { margin: 0; padding: 10px; font-size: 10px; }
|
|
4488
4487
|
table { width: 100%; border-collapse: collapse; table-layout: fixed; }
|
|
4489
4488
|
th, td { border: 1px solid #000; padding: 4px; word-wrap: break-word; }
|
package/ftable.min.js
CHANGED
|
@@ -26,7 +26,6 @@
|
|
|
26
26
|
<head>
|
|
27
27
|
<title>${this.options.title||"Table Data"}</title>
|
|
28
28
|
<style>
|
|
29
|
-
@page { size: landscape; margin: 0.5cm; }
|
|
30
29
|
body { margin: 0; padding: 10px; font-size: 10px; }
|
|
31
30
|
table { width: 100%; border-collapse: collapse; table-layout: fixed; }
|
|
32
31
|
th, td { border: 1px solid #000; padding: 4px; word-wrap: break-word; }
|
package/ftable.umd.js
CHANGED
|
@@ -4483,7 +4483,6 @@ class FTable extends FTableEventEmitter {
|
|
|
4483
4483
|
<head>
|
|
4484
4484
|
<title>${this.options.title || 'Table Data'}</title>
|
|
4485
4485
|
<style>
|
|
4486
|
-
@page { size: landscape; margin: 0.5cm; }
|
|
4487
4486
|
body { margin: 0; padding: 10px; font-size: 10px; }
|
|
4488
4487
|
table { width: 100%; border-collapse: collapse; table-layout: fixed; }
|
|
4489
4488
|
th, td { border: 1px solid #000; padding: 4px; word-wrap: break-word; }
|