Skip to content

CodeArchitectSam/Pagination-SearchLibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pagination and Search Library

Introduction

This library is being used for pagination and for searching data. The library shows data from the database (mock_test_tbl.sql) and shows it in the frontend in a paginated manner. The library is further meant to assist with keyword searches on the data. This allows users to search for a particular record by name, for example.

Known Issues

In the search field, we do not get any results if we enter an email address. We need to configure pagination library and search library in such a way that it helps us search using the email address as well.

Solution Done

Search modified to include either a username or a full email address. Though there are many ways to get to the solution, I tried to do minimal changes to the original codeg.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published