On Wed, Jan 1, 2014 at 7:26 PM, Chanaka Dharmarathna < pe.chanaka.ck@gmail.com> wrote:
On Wed, Jan 1, 2014 at 7:05 PM, Atul Pratap Singh < atulpratapsingh05@gmail.com> wrote:
On Wed, Jan 1, 2014 at 6:51 PM, Chanaka Dharmarathna < pe.chanaka.ck@gmail.com> wrote:
Hi,
I'm working on the feature request [0] and having some troubles with adding table comments as tool tip in the navigation tree. Tool tip can be display by adding title attribute to line [1] in NavigationTree class. But I'm not sure how to access table meta data (table comment) at that point with $node object. Is it possible to do that ? link Or can we set table comment in the constructor of Node_Table class by setting another array element to $links associative array [2] ?
Is there any other approaches. Appreciate any help.
As part of enhancing navigation tree's usability, it was decided in
August not to show the tooltips in navi tree due to performance reasons. See https://github.com/phpmyadmin/phpmyadmin/pull/646
Thanks Atul. In that case we can only show table comment tool tip, in database structure page as requested in the rfe.
Right, may be added to db structure..