react-apextable-pro 1.0.0 → 1.0.2

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.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -2,7 +2,8 @@
2
2
 
3
3
  **ApexTable** is a high-performance, professional-grade React data table library built on top of `react-data-table-component`. It evolves the standard data table into a feature-rich "Power Grid" with native support for persistence, advanced sticky columns, multi-sorting, and high-fidelity exports.
4
4
 
5
- [![npm version](https://img.shields.io/badge/npm-1.0.0-blue.svg)](https://www.npmjs.com/package/react-apextable-pro)
5
+ [![Live Demo](https://img.shields.io/badge/demo-live-orange.svg)](https://davidfranco3.github.io/react-apextable-pro/)
6
+ [![npm version](https://img.shields.io/badge/npm-1.0.1-blue.svg)](https://www.npmjs.com/package/react-apextable-pro)
6
7
  [![GitHub](https://img.shields.io/badge/GitHub-Repository-black?logo=github)](https://github.com/DavidFranco3/react-apextable-pro)
7
8
  [![License: ISC](https://img.shields.io/badge/License-ISC-brightgreen.svg)](https://opensource.org/licenses/ISC)
8
9
  [![TypeScript](https://img.shields.io/badge/TypeScript-Ready-blue.svg)](https://www.typescriptlang.org/)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-apextable-pro",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "ApexTable: A high-performance, professional-grade React data table library with built-in persistence, sticky columns, and advanced exports.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -61,4 +61,4 @@
61
61
  "dependencies": {
62
62
  "prop-types": "^15.8.1"
63
63
  }
64
- }
64
+ }