I just added one new feature to the list view, which is used both when
listing entities and for displaying one-to-manys and many-to-manys:
client-side filtering.  It's a very basic version of client-side
filtering, so it's usefulness at this point is limited, but here's how
it works:

When viewing a list, the first column will be active as a link to view
the item on its own view screen. The data in the rest of the columns
can be clicked on to filter the list using that value. For now it's
just a simple equals test - all rows in the table whose value in that
column is not the same will be hidden.  To turn the filter off just
click on that cell again.  It took quite a bit of work to get this
working with the paging plugin, so the JS code might not be the best,
but I think it's an interesting enhancement.

On Thu, Jan 28, 2010 at 11:26 AM, byron <[email protected]> wrote:
> Now you're just showing off :).  That was actually going to be my next
> question.  This is shaping up nicely.  Especially for a user admin
> type app.
>
> Byron
>
> On Jan 28, 12:09 am, Bob Silverberg <[email protected]> wrote:
>> If you liked that, wait until you see what's in there now. ;-)
>>
>> I've enhanced the View scaffold so that any one-to-many or
>> many-to-many relationships appear as a listing, using the tablesorter
>> plugin.  So, in addition to the standard properties that you'd see on
>> a view screen, a sortable, pageable (is that a word) table of all of
>> the children, with links to view, edit and delete each one, is now
>> displayed for any one-to-many or many-to-many properties.
>>
>
> --
> Model-Glue Sites:
> Home Page: http://www.model-glue.com
> Documentation: http://docs.model-glue.com
> Bug Tracker: http://bugs.model-glue.com
> Blog: http://www.model-glue.com/blog
>
> You received this message because you are subscribed to the Google
> Groups "model-glue" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/model-glue?hl=en



-- 
Bob Silverberg
www.silverwareconsulting.com

Hands-on ColdFusion ORM Training @ cf.Objective() 2010
www.ColdFusionOrmTraining.com

-- 
Model-Glue Sites:
Home Page: http://www.model-glue.com
Documentation: http://docs.model-glue.com
Bug Tracker: http://bugs.model-glue.com
Blog: http://www.model-glue.com/blog

You received this message because you are subscribed to the Google
Groups "model-glue" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/model-glue?hl=en

Reply via email to