In simplest terms, cyclic binding error/warning means you have some how bound something to itself, either directly or through a chain of bindings. We'll need to see how your template/table is actually set up to be able to help further.
Show a picture (or multiple) of your table setup and the binding configurations on the table/template.
Based on this error it seems you aren't passing a value to one of the query parameters. Double check your binding configuration. The cyclic binding error might be causing the value to not be passed.
Also, edit your post to have the stack trace as preformatted text, see Wiki - how to post code on this forum. You can edit your post by clicking the pencil icon in the bottom right.
Edit: Misunderstood the cyclic error