Files
next-learn/dashboard/15-final
Stephanie Dietz f4239681ad Fix search bug in table (#163)
* add database to project. Seed data. Update customerId to customer_id

* seed customers table data

* use database everywhere

* refactor

* fix ts lint errors

* add type to invoice edit page

* remove fetch-data file and fetch data directly in components

* update lates invoices to use sql

* in invoice table,  search the database here with SQL

* rename tsx files to ts and add node script to seed data

* address rest of PR comments

* move all data fetches to own file

* add types to filter invoices function

* remove unused param

* prettier

* update function names

* switch page back to one when search param changes

* make input auto fill with current search query on page reload
2023-09-13 12:22:45 -05:00
..
2023-09-13 12:22:45 -05:00
2023-09-13 12:16:09 -05:00
2023-09-13 12:16:09 -05:00
2023-08-30 13:31:53 -05:00
2023-09-13 12:16:09 -05:00
2023-09-13 12:16:09 -05:00
2023-09-13 12:16:09 -05:00

Next.js App Router Course - Final

This is the final template for the Next.js App Router Course. It contains the final code for the dashboard application.

For more information, see the course curriculum on the Next.js Website.