[[PageOutline(2-5,Contents,pullout)]] = Custom ticket fields of tables == Description This plugin allows a custom ticket field to be an editable table. The field is stored internally as a simple wiki-format textarea-type field, containing with a wiki table. But the plugin displays and allows editing the field just like a table. '''Editing the table field:''' [[Image(5.PNG, border=2)]] '''Displaying the table field:''' [[Image(6.PNG, border=2)]] == !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. Enable the plugin: {{{#!ini [components] fieldoftable.* = enabled }}} Create a custom field like: {{{#!ini [ticket-custom] table_field = textarea table_field.format = wiki table_field.table = true table_field.value = ||=col1=||=col2||=col3=|| table_field.cols = 68 table_field.label = Test field table_field.rows = 10 }}} The first 4 lines, including the `format`, `table` and `value` attributes, are required. == Recent Changes [[ChangeLog(fieldoftableplugin, 3)]] == !Author/Contributors '''Author:''' [wiki:cauly] [[BR]] '''Maintainer:''' [[Maintainer]] [[BR]] '''Contributors:'''