Page 1 of 1

Basic Table Field with Checkboxes

Posted: Wed Apr 15, 2015 7:53 pm
by RRobert
Hello,

Whats the best way to implement a checkbox in one column of a basic table field?
table_field.png
Basic Table Field with Checkboxes
table_field.png (3.26 KiB) Viewed 5381 times
Thanks,
Robert

Re: Basic Table Field with Checkboxes

Posted: Wed Apr 15, 2015 11:22 pm
by Klaus
Hi Robert,
RRobert wrote:Whats the best way to implement a checkbox in one column of a basic table field?
the best way is to use a datagrid! :D

The basic table field is just an erm... well, a basic table (text) field and does not support this.


Best

Klaus

Re: Basic Table Field with Checkboxes

Posted: Thu Apr 16, 2015 12:03 am
by dunbarx
What Klaus said.

You need to use the "Form" variant of the dataGrid, not the "Table". You must first skim and from then on read and reference the data grid user guide. Good luck.

Craig Newman

Re: Basic Table Field with Checkboxes

Posted: Thu Apr 16, 2015 1:24 am
by sritcp
You can use a Data grid table by customizing the column template. Follow the tutorial
http://lessons.runrev.com/m/datagrid/l/ ... -s-columns

Remember that the height of each row is the same (but settable) in a table.

Regards,
Sri.

Re: Basic Table Field with Checkboxes

Posted: Thu Apr 16, 2015 8:32 pm
by phaworth
Use Bernd's modTableField.
Pete