Giter Club home page Giter Club logo

field_tabular's Introduction

Tabular field

The Tabular field allows you to create a generic table field within an entry. You can set a comma separated list of columns name. Tabular use jsGrid jquery plugin to edit table.

This extension is part of a project I made here in my company and it is very specific for that purpose. I'll leave as is also if there are some features not really useful for a generic use. It works for my needs but surely there are some bugs.

Installation

This extension was only tested on Symphony 2.4 (because it is the version I use and I haven't time right now to try different version)

  1. Upload the /field_tabular folder to your Symphony /extensions folder.
  2. Enable it by selecting the "Tabular field", choose Enable from the with-selected menu, then click Apply.
  3. You can now add the "Tabular" field to your Sections.

Options

Columns name

Comma separated list of columns name. These names will be used if Header flag is set.

Header

Choose to show or not Table Header

Datasources

Tabular data will be output as a simple table-like XML structure.

  <field mode='normal'>
    <table>
      <head>
        <cell>Dati</cell>
        <cell>Valore</cell>
      </head>
      <row>
        <cell>Dimensioni</cell>
        <cell>490 x 690 x 1490 mm</cell>
      </row>
	  <row>
	    ...
	  </row>
    </table>
  <field>

field_tabular's People

Contributors

miquik avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

emmacharp

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.