[[PageOutline(2-5,Contents,pullout)]] = Add an editable table to a wiki page == Description This plugin generates an editable table in a ticket custom field: '''Input fields:''' [[Image(5.PNG, border=2)]] '''Displayed output:''' [[Image(6.PNG, border=2)]] This feature is implemented within a textarea type field of the wiki page. == !Bugs/Feature Requests Existing bugs and feature requests for FieldOfTablePlugin are [report:9?COMPONENT=FieldOfTablePlugin here]. If you have any issues, create a [/newticket?component=FieldOfTablePlugin new ticket]. [[TicketQuery(component=FieldOfTablePlugin&group=type,format=progress)]] == Download Download the zipped source from [export:fieldoftableplugin here]. == Source You can check out FieldOfTablePlugin from [/svn/fieldoftableplugin here] using Subversion, or [source:fieldoftableplugin browse the source] with Trac. == Installation General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page. In your `trac.ini` file create a custom field like: {{{#!ini [components] fieldoftable.* = enabled [ticket-custom] table_field = textarea # This line matters! table_field.cols = 68 table_field.format = wiki # This line matters! table_field.label = Test field table_field.rows = 10 table_field.table = true # This line matters! table_field.value = ||=col1=||=col2||=col3=|| # This is the table header and is NOT OPTIONAL! }}} == Recent Changes [[ChangeLog(fieldoftableplugin, 3)]] == !Author/Contributors '''Author:''' [wiki:cauly] [[BR]] '''Maintainer:''' [[Maintainer]] [[BR]] '''Contributors:'''