Denne utvidelsen har ikke blitt testet mot noen av de siste 3 hovedutgivelsene av WordPress. Den er kanskje ikke lenger holdt vedlike eller støttet, og den kan ha kompatibilitetsproblemer med nyeste versjoner av WordPress.

Simple CSV Tables

Beskrivelse

With Simple CSV Tables you will be able to register unlimited CSV files. Those files will be associated to a shortcode that prints a dynamic table anywhere on your site.

Skjermbilder

  • You can create a New CSV Table, upload the .csv file, and specify the delimeter char.
  • A shortcode will be generated.
  • Use the sortcode to print the table on Posts and Pages.
  • The table is shown.

Installasjon

This plugin creates a Custom Post called ‘CSV Table’, so we recommend updating the permalinks after activation.

  1. Upload the plugin folder to the /wp-content/plugins/ directory
  2. Activate the plugin
  3. Update permalinks under ‘Settings’.

Ofte stilte spørsmål

Can I use multiple CSV files?

Absolutely. You can import and show as many tables as you like. Every time you import a CSV file, the plugin creates a ‘CSV Table’ post. You will then be able to show that table anywhere on your site using a simple shortcode.

Vurderinger

Det er ingen omtaler av denne utvidelsen.

Bidragsytere og utviklere

«Simple CSV Tables» er programvare med åpen kildekode. Følgende personer har bidratt til denne utvidelsen:

Bidragsytere

«Simple CSV Tables» har blitt oversatt til 5 språk. Takk til oversetterne for deres bidrag.

Oversett «Simple CSV Tables» til ditt språk.

Interessert i utvikling?

Bla gjennom koden, sjekk ut SVN-repositoriet, eller abonner på utviklingsloggen med RSS.

Endringslogg

1.0.3

  • Update dependencies & add responsive

1.0.2

  • Translatable strings

1.0.1

  • Input sanitization && validation
  • Local version of datatables instead of using CDN

1.0

  • Initial