-
Notifications
You must be signed in to change notification settings - Fork 0
feat: Boilerplate using rollup, update docs #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Deleted ESLint configuration file and replaced it with a new ESLint setup in `eslint.config.js`. - Removed `.npmrc`, `babel.config.js`, and various other configuration files that are no longer needed. - Updated `.gitignore` to reflect new project structure and added common log files. - Introduced new `vite.config.ts` and `rollup.config.js` for build configuration. - Added `App.tsx` and `MultiLevelTable.tsx` components for the new multi-level table feature. - Cleaned up the `README.md` to reflect the new project name and structure. - Removed legacy files and components that are no longer in use.
- Renamed package from `react-multi-level-table` to `@keyvalue/material-table-component`. - Updated version to `0.1.0`. - Updated dependencies in `package.json` and `package-lock.json` to align with the new package structure. - Enhanced Rollup configuration to include external dependencies and improve module exports. - Adjusted TypeScript configuration to support ES module interoperability and exclude test files.
- Added filtering functionality to columns in MultiLevelTable. - Implemented pagination support for better data navigation. - Updated App component to include new features and improved layout. - Added status field to data structure for enhanced display options. - Updated package.json and package-lock.json to include react-table dependency.
- Updated data structure in App.tsx to include additional parent and child entries, enhancing the hierarchical representation. - Refactored MultiLevelTable component to improve row rendering and expand/collapse functionality for nested rows. - Introduced state management for expanded rows, allowing for better user interaction and visualization of data hierarchy. - Enhanced styling for expanded and collapsed rows to improve user experience.
- Moved MultiLevelTable implementation to a dedicated file for better organization. - Created new components for TableHeader, TableRow, TableCell, and Pagination to enhance modularity. - Introduced ExpandIcon component for better expand/collapse functionality in table rows. - Updated import paths and removed the old MultiLevelTable file. - Added types for better type safety and clarity in component props. - Enhanced styling for table components to improve overall UI consistency.
- Created CHANGELOG.md to document project versioning and features. - Added CODE_OF_CONDUCT.md to establish community guidelines for contributors. - Introduced CONTRIBUTING.md to outline contribution processes and expectations. - Removed unused index.css file and updated component imports to reflect new types structure.
- Modified TableRow component to conditionally render ExpandIcon only for the first column when hasChildren is true, improving the clarity of the expand/collapse functionality.
- Introduced MultiLevelTable component to handle hierarchical data with sorting, filtering, and pagination capabilities. - Created supporting components: TableHeader, TableRow, TableCell, ExpandIcon, and Pagination for modular design. - Updated App.tsx to import MultiLevelTable from the new structure. - Added styles for table components to enhance UI consistency.
- Deleted the unused react.svg file from the assets directory to clean up the project and reduce unnecessary file clutter.
…ems/react-multi-level-table into package-boilerplate
abhay-keyvalue
approved these changes
May 12, 2025
athirapbabu
approved these changes
May 12, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request Checklist
master
npm test
oryarn test
Description
Screenshots (if applicable)
Additional Notes
Related Issues or PRs
Reviewer Guidelines
Testing Instructions
Checklist for Reviewers
By submitting this pull request, I confirm that my contribution is made under the terms of the MIT License.