Hello in a code like this

{{for row in rows:}}
  <div class="class">{{=row.param1}}</div>
{{pass}}


i would like to have a way to have the user filter the result based on an
input box.

I like the angular and vue style of ng-repeat or v-for="row in rows" to
dinamically filter the rows without having to ask again the server for data.

It happens that this way i have to remove the above code and code only in
vue or angular.
Is there a simpler way? , because i want to keep it as web2pyish as
possible but also like the angular and vue way of filtering data on a page.



Thank you

António

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to