Skip to content

πŸ§‘β€πŸ« 1.0.0 – Michael Scott

Latest
Compare
Choose a tag to compare
@distantnative distantnative released this 19 May 10:30
· 3 commits to main since this release
a56f4bb

card

Kirby CMS Panel field to upload and display a single CSV file

  • Panel csv field
    • delimiter option
    • limit option for pagination
    • columns options to customize the columns
  • Field method ->toCsv()

Changes since 1.0.0-beta.3

  • Moved pagination and columns computation to the backend for better performance
  • Fixed $csv->columns() for empty CSV
  • Improved Vue component code quality