I'm wondering if I ran into a bug or I just don't understand the
methods very well for Livetable macro. When I order with
'selectedColumn', all pages without a value for that property
disappear from the results.
See the example below, but I've tried various types of properties.
{{velocity}}
#set($columns = ["doc.name", "_Deadline"])
#set($options = {
"className":"App.DemoClass",
"selectedColumn": "_Deadline"
})
#livetable("bydeadline" $columns $columnsProperties $options)
{{/velocity}}
Thanks for your ideas!
Show replies by date