Welcome Guest, Not a member yet? Register   Sign In
Paginator
#5

[eluser]Carlton[/eluser]
I noticed that you can do something like this to make a link to a particular link followed by an ID (from the DB)

Code:
$columns = array(
    array(
        'database' => 'DB_ID',
        'header' => ' '
        'text' => 'Edit',
        'sortable' => TRUE,
        'default_sort' => TRUE,
        'anchor_link' => 'admin/edit/',
        'anchor_field' => 'DB_ID'
    )
);

Is there functionality for something similar with a checkbox so I can end up with something like the following where my value "football" is coming from a database field?

Code:
<input type="checkbox" name="sports" value="football"  />

I'm thinking I will have to add some code to "create_table" function and check for some new parameters to be supplied in the column config array


Messages In This Thread
Paginator - by El Forum - 02-23-2011, 10:51 AM
Paginator - by El Forum - 08-15-2011, 05:03 AM
Paginator - by El Forum - 08-15-2011, 05:19 AM
Paginator - by El Forum - 08-15-2011, 06:15 AM
Paginator - by El Forum - 08-17-2011, 04:38 AM
Paginator - by El Forum - 08-17-2011, 06:09 AM
Paginator - by El Forum - 08-17-2011, 06:56 AM
Paginator - by El Forum - 10-02-2013, 11:44 PM



Theme © iAndrew 2016 - Forum software by © MyBB