This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Organism (utilizes Table component which is a molecule, but is not strictly tied to a single feature) | |
/** | |
* The goal of this component is to: | |
* - render the table data | |
* - handle initial API call + any additional page and/or search related API calls | |
* - render table header & footer with pagination and actions | |
*/ | |
const PageableTable = ({ | |
columns, |