Skip to content

Commit

Permalink
FE PLV Reusable datatable with smarter filters still in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
wtcarter committed Dec 10, 2024
1 parent 737255f commit c30673a
Show file tree
Hide file tree
Showing 8 changed files with 301 additions and 234 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { render, screen, fireEvent } from '@testing-library/react';
import { describe, it, beforeEach, vi, expect } from 'vitest';
import DataTable from './DataTable';
import DataTable from '@components/WaterAllocationTable/WaterAllocationTable';
import { saveAs } from 'file-saver';
import 'jspdf-autotable';
import { jsPDF } from 'jspdf';
Expand Down
Loading

0 comments on commit c30673a

Please sign in to comment.