jtable-pro 1.0.2 → 1.0.3
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 +18 -14
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -208,7 +208,7 @@ This makes jtable-pro suitable for applications where table data comes from a ba
|
|
|
208
208
|
|
|
209
209
|
---
|
|
210
210
|
|
|
211
|
-
#
|
|
211
|
+
# 🇹🇷 Laravel
|
|
212
212
|
|
|
213
213
|
jtable-pro works well with Laravel applications and Laravel APIs.
|
|
214
214
|
|
|
@@ -402,16 +402,6 @@ Full documentation and examples:
|
|
|
402
402
|
|
|
403
403
|
---
|
|
404
404
|
|
|
405
|
-
# 🖥️ Demo
|
|
406
|
-
|
|
407
|
-
Try jtable-pro in your browser:
|
|
408
|
-
|
|
409
|
-
**Coming soon**
|
|
410
|
-
|
|
411
|
-
> A live demo is highly recommended so developers can see the component before installing it.
|
|
412
|
-
|
|
413
|
-
---
|
|
414
|
-
|
|
415
405
|
# 🤝 Contributing
|
|
416
406
|
|
|
417
407
|
Contributions are welcome!
|
|
@@ -473,11 +463,17 @@ Planned improvements may include:
|
|
|
473
463
|
|
|
474
464
|
---
|
|
475
465
|
|
|
476
|
-
#
|
|
466
|
+
# 🤝 Supported by GüncelKod
|
|
477
467
|
|
|
478
|
-
|
|
468
|
+
**jtable-pro** is proudly supported by **[GüncelKod](https://guncelkod.com)**.
|
|
479
469
|
|
|
480
|
-
|
|
470
|
+
GüncelKod supports developers and open-source projects by sharing practical content about **software development, programming, web technologies, Laravel, JavaScript, and modern development tools**.
|
|
471
|
+
|
|
472
|
+
🙏 **Special thanks to GüncelKod for supporting the development and growth of jtable-pro.**
|
|
473
|
+
|
|
474
|
+
<p align="center">
|
|
475
|
+
<strong>Built with ❤️ and supported by <a href="https://guncelkod.com">GüncelKod</a></strong>
|
|
476
|
+
</p>
|
|
481
477
|
|
|
482
478
|
---
|
|
483
479
|
|
|
@@ -489,6 +485,14 @@ Your support helps the project grow and motivates further development.
|
|
|
489
485
|
|
|
490
486
|
---
|
|
491
487
|
|
|
488
|
+
# 📄 License
|
|
489
|
+
|
|
490
|
+
This project is licensed under the **MIT License**.
|
|
491
|
+
|
|
492
|
+
See the `LICENSE` file for more information.
|
|
493
|
+
|
|
494
|
+
---
|
|
495
|
+
|
|
492
496
|
<p align="center">
|
|
493
497
|
Made with ❤️ for JavaScript developers
|
|
494
498
|
</p>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jtable-pro",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "Premium, app-like jQuery data-table plugin: global search, per-column search, sortable columns, dropdown filters, client-side pagination and row selection — one file, no build step.",
|
|
5
5
|
"main": "src/jtable.js",
|
|
6
6
|
"module": "src/jtable.js",
|