- Posts: 2
- Thank you received: 0
Hi!
I find that TableJX is very useful. However, there are some features that I am missing:
1.- Be able to deactivate the "grid title" display. When I embed a grid in a document, there are many chances that the title is already shown in the article or better formated using the WYSIWYG editor. I've just commented out lines at 476 of GridBuilder.php to obtain the same effect, but it would be nice to be able to display that or not based on a preference for the grid (or a runtime option in {grid } statements)
2.- Be able to order fields to be shown. Now it is only possible to show them in the SQL order.
3.- More display options. Would like to show not only a table with the contents but also a "card" view of sql results. This could be done by adding templates to output processing... I know... this is difficult but would be nice.
Regards and keep on the good work.
Please Log in or Create an account to join the conversation.
Hello Ediaz,
Thank you very much for your suggestions, we will discuss them within development team and let you know when and to what extend they will be implemented.
Thanks again!
Bostjan
Please Log in or Create an account to join the conversation.
Thanks for your answer. One more feature: case insensitive search (this could be enabled globally).
Please Log in or Create an account to join the conversation.
Going along with the column reorder function...assigning different column names to the SQL output. Sometimes, the backend database has column names which aren't user output friendly.
Please Log in or Create an account to join the conversation.
Nevermind...I see that you can actually change the caption name for each column. Great!
Please Log in or Create an account to join the conversation.
Can the view be used with a "WHERE" statement?
I would like to include a grid on articles specific to that article.
something like "Select * from comments where article=4"
is this currently possible?
Please Log in or Create an account to join the conversation.