Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
0.10.0
-
None
-
None
Description
In zeppelin-web of oldversion, has a setting button, when chilk it, the div of seeting table is show, eg.the first picture has three config column,
But in zeppelin-web-angular, table does't show any setting box,and i don't find any logical relationship in code, only below declaration in message-paragraph.interface.ts.
interface TableOptionValue
{ useFilter: boolean; showPagination: boolean; showAggregationFooter: boolean; }
But the setting of charts can show
i'm very confused, is a unfinished feature in zeppelin-web-angular or other logical that i can't find?