Page 1 of 1

Maximum allowed tables?

PostPosted: Mon Jan 31, 2011 1:29 am
by jvinolas
Hi,

I don't know if this is a parameter in xataface, but I can't get more than 10 tables on my app. If I try to show more than 10 tables, the table menu dissappears. How can I make more than 10 tables visible on the top menu?

Thanks.

Re: Maximum allowed tables?

PostPosted: Mon Jan 31, 2011 11:04 am
by shannah
Xataface by default moves the tables menu to appear in the left column instead of as tabs when it reaches a certain number. Likely you have the left column hidden in your current template or stylesheet, and this is why the tables list is not showing up.

You can force it to always use the table tabs using the horizontal_tables_menu preference.
e.g. To use tabs always just add
Code: Select all
horizontal_tables_menu=1


to the [_prefs] section of the conf.ini file.

To always use the left menu, just add:
Code: Select all
horizontal_tables_menu=0


-Steve