I'm enjoying playing with the 1.3 beta - nice work to the dev team :)
I'm wondering if there are any plans to support ajax driven row content for tables?
I tried a few quick experiments to add rows dynamically but I couldn't find any documentation for a 'create' or 'refresh' method to re-style rows after insert.
I'd like to be able to render form elements in split button lists and use the second anchor as a popup trigger (to display help content about individual fields for example).
The simple approach of wrapping the form content in a pair of anchors *almost* works.
The problem with this markup is that only the focused row renders its form element - all others render a static label with the text '...'. The focus follows the selected row though, which means that the label changes to an input etc., and this would be ok (nice actually) if the label retained the current value in string form but it doesn't and I can't find in the markup where the static '...' is being set.
Any suggestions about how to either resolve this or achieve the same result? (forms with a trailing anchor/row?). Seems like it would be a generally useful feature.