{"id":37350222,"url":"https://github.com/shreenidhihd/react-chakra-table-enhanced","last_synced_at":"2026-01-16T04:01:36.983Z","repository":{"id":208043804,"uuid":"720670930","full_name":"ShreenidhiHD/react-chakra-table-enhanced","owner":"ShreenidhiHD","description":"Enhanced Chakra UI Table for React: Elevate your React projects with advanced features like dynamic pagination, per-column/global search, and customizable rows. A seamless, feature-rich extension to Chakra UI's basic table, tailor-made for easy integration and customization.","archived":false,"fork":false,"pushed_at":"2023-11-19T10:27:32.000Z","size":201,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-01-28T14:41:21.403Z","etag":null,"topics":["chakra-ui","chakra-ui-react","chakra-ui-table","dynamic","html","reactjs","table"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ShreenidhiHD.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-11-19T07:56:24.000Z","updated_at":"2023-11-19T10:12:45.000Z","dependencies_parsed_at":"2023-11-19T11:23:24.043Z","dependency_job_id":"ceb54d3b-08d8-48bf-8b80-6b7e23d864ea","html_url":"https://github.com/ShreenidhiHD/react-chakra-table-enhanced","commit_stats":null,"previous_names":["shreenidhihd/react-chakra-table-enhanced"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ShreenidhiHD/react-chakra-table-enhanced","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShreenidhiHD%2Freact-chakra-table-enhanced","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShreenidhiHD%2Freact-chakra-table-enhanced/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShreenidhiHD%2Freact-chakra-table-enhanced/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShreenidhiHD%2Freact-chakra-table-enhanced/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ShreenidhiHD","download_url":"https://codeload.github.com/ShreenidhiHD/react-chakra-table-enhanced/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShreenidhiHD%2Freact-chakra-table-enhanced/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28477206,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T03:13:13.607Z","status":"ssl_error","status_checked_at":"2026-01-16T03:11:47.863Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chakra-ui","chakra-ui-react","chakra-ui-table","dynamic","html","reactjs","table"],"created_at":"2026-01-16T04:01:35.885Z","updated_at":"2026-01-16T04:01:36.836Z","avatar_url":"https://github.com/ShreenidhiHD.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React Chakra Enhanced Table\n\nThis project provides a feature-rich table component built with React and Chakra UI.\n\n## Getting Started\n\n1. Fork or clone this repository.\n\n2. Install the dependencies:\n\n```npm install```\n\n3. Start the application:\n\n```npm start```\n\n\n## Features\n\nThe `DynamicTable` component includes the following features:\n\n- Pagination\n- Export to CSV\n- Global and field-specific search\n- Sorting\n- Customizable table height, background color, and text color\n- Optional serial numbers\n\n\n## Usage\n\nIn `Table.js`, we pass the data and configuration to the `DynamicTable` component:\n\n```\n\u003cDynamicTable\n    data={data}\n    columns={columns}\n    rowsPerPageInitial={5}\n    enableExport={true}\n    enableGlobalSearch={true}\n    enableFieldSearch={true}\n    fieldSearchPosition='top'\n    tableHeight=\"auto\"\n    enableSorting={true}\n    bgcolor=\"blue.500\"\n    textcolor=\"white\"\n    enableSerialNumbers={false}\n/\u003e\n```\n\nHere's what each prop does:\n\n- `data`: The data to display in the table.\n- `columns`: The columns of the table.\n- `rowsPerPageInitial`: The initial number of rows per page.\n- `enableExport`: Whether to enable exporting to CSV.\n- `enableGlobalSearch`: Whether to enable global search.\n- `enableFieldSearch`: Whether to enable field-specific search.\n- `fieldSearchPosition`: The position of the field-specific search bar ('top' or 'bottom').\n- `tableHeight`: The height of the table.\n- `enableSorting`: Whether to enable sorting.\n- `bgcolor`: The background color of the table.\n- `textcolor`: The text color of the table.\n- `enableSerialNumbers`: Whether to enable serial numbers.\n\nFeel free to customize these props as needed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshreenidhihd%2Freact-chakra-table-enhanced","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshreenidhihd%2Freact-chakra-table-enhanced","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshreenidhihd%2Freact-chakra-table-enhanced/lists"}