- Added columns definition for Code Pedimento Regimens including ID, Pedimento Code, Regimen Code, Type, and Actions. - Created DataTableActions component for handling actions on each row. - Developed data-table component to manage pagination and rendering of the data table. - Introduced helper functions for rendering components and snippets in table cells. - Integrated API call in the server-side load function to fetch Code Pedimento Regimens data with pagination support. - Updated package.json to include lucide-svelte dependency for icons.
6 lines
56 B
JSON
6 lines
56 B
JSON
{
|
|
"dependencies": {
|
|
"lucide-svelte": "^0.552.0"
|
|
}
|
|
}
|