Skip to content
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

Feature/Add Pagination, Search, testing with typescript support #5

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

Asuraking1n
Copy link

@Asuraking1n Asuraking1n commented Dec 19, 2024

Live URL: https://lighthearted-kelpie-ae3762.netlify.app/

This update adds four important features to the table component: pagination, testing search and ts support.

  1. Pagination:
    The table can now show a limited number of rows per page. Users can navigate through multiple pages to view more data.

  2. Search:
    A search bar has been added to filter the table data. Users can search across all columns, and the table will show only the rows that match the search query.

  3. Testing:
    Very basic testing

  4. Typescript support:
    These components are highly typed

@Asuraking1n Asuraking1n reopened this Dec 19, 2024
@Asuraking1n Asuraking1n changed the title Feature/Add Pagination and Search Functionality to Paginated Table Component Feature/Add Pagination, Search, testing with typescript support Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant