Description
Hi,
Firstly, thank you so much for this framework. It is fantastic and very powerful.
I am just working my way through the different components and have 2 questions:
-
If I have a SQL query that I effectively want to bind to 2 components (lets say a chart and a table), how can I do this without issuing the SQL again i.e. At the moment, I can only get it to work if I Select pie chart component -> query -> Select table component -> query
-
If I introduce TRUE as sort, TRUE as search; into my component select, I get the following error:
error returned from database: Invalid column name 'TRUE'.
Am I missing something here (it works if I remove those 2 directives). I have tried all the examples from the docs and they all error in the same way.
Much appreciated for any help
Thanks