<?xml version="1.0" encoding="utf-8"?>
<manifest manifest-version="0.1" xmlns="http://www.tableau.com/xml/extension_manifest">
  <worksheet-extension id="com.dataskera.tableview" extension-version="1.0.0">
    <default-locale>en_US</default-locale>
    <name resource-id="name"/>
    <description resource-id="description"/>
    <author name="Dataskera" email="support@dataskera.com" organization="Dataskera" website="https://dataskera.com"/>
    <min-api-version>1.12</min-api-version>
    <source-location>
      <url>https://vizextension.dataskera.com/tableview/tableview.html</url>
    </source-location>
    <icon>
iVBORw0KGgoAAAANSUhEUgAAAEYAAABGCAYAAABxLuKEAAACZklEQVR4AeyYsUoDQRCGkyAqFlr4
BCJoZ6ngE6RPpQhCau3EUoKl2GkdEESr9HkCQUs7BfEJLLQQFTGyzbGRDP/+e3vH3TiBgc3sztw/
30w1rYb9JhIwMBOxNBoGxsAIBAS3TYyBEQgIbpsYAyMQENw2MQZGICC44cTM7vRHGk3gkbkhmOzl
PzsYGKHhBqa2YAThRbttYgTCBsbACAQEt01MLJiPy25Towk8MrdNTIZi/GBgxnlk/yCY3u1oRaNl
BIQDBCPEqXdTYJZf7vZjLITiSX/4UKSFaPDfUGCmfz73Ysz/YF3OFJi6FJVCJwXmqzVzHmMphJad
gwLztLh+FmMhRR1226tFWogG/w0Bxg/Tf4ZgehvNR42GWgvBoARa7yGYo5vRlkZDDYVgUAKt9xSY
pbf7TozlgXd6MbxKYawGCszc92snxlhRVXhPgamC4LI0UGDepxYGMVZWMSm/Q4F5nl8bxFgewQe7
7e0UxmqgwLDJ6/wegjnebF5rNNQ0CAYl0HoPwWjc97qaUEMhGJSgSvcptVBgYva9LiZEcJH7Xpc7
RIP/hgITs+91Mf4H63KmwNSlqBQ6KTAx+14Xk0Jo2TkoMDH7XhcTUlSR+16XO0SD/4YC4wdqP0Mw
Gve9ribUWAgGJdB6D8Fo3Pe6mlBDIRiUQOs9BSZm3+ti8sBLse91OVgNFJiYfa+LYUVV4T0FpgqC
y9JAgYnZ97qYsopJ+R0KTPC+989uOI/gFPtel4PVQIFhk9f5PQSjcd/rakJNg2BQAq33BkborIEx
MAIBwW0TY2AEAoLbJsbACAQEt02MAOYXAAD//5F0oHQAAAAGSURBVAMAMFdI9kPEOd4AAAAASUVO
RK5CYII=
    </icon>
    <context-menu>
      <configure-context-menu-item />
    </context-menu>
    <encoding id="rows">
      <display-name resource-id="rows-name">Rows</display-name>
      <data-spec>
        <data-type>string</data-type>
        <data-type>temporal</data-type>
        <data-type>numeric</data-type>
        <data-type>boolean</data-type>
      </data-spec>
      <role-spec>
        <role-type>discrete-dimension</role-type>
        <role-type>discrete-measure</role-type>
        <role-type>continuous-dimension</role-type>
      </role-spec>
      <fields max-count="25"/>
      <encoding-icon token="grid" />
      <tooltip resource-id="rows-tooltip">Drag one or more dimensions: they become the row labels</tooltip>
    </encoding>
    <encoding id="values">
      <display-name resource-id="values-name">Values</display-name>
      <data-spec>
        <data-type>numeric</data-type>
      </data-spec>
      <role-spec>
        <role-type>continuous-measure</role-type>
        <role-type>continuous-dimension</role-type>
      </role-spec>
      <fields max-count="40"/>
      <encoding-icon token="metric" />
      <tooltip resource-id="values-tooltip">Drag one or more measures: one column each</tooltip>
    </encoding>
  </worksheet-extension>
  <resources>
    <resource id="name">
      <text locale="en_US">Table View</text>
    </resource>
    <resource id="description">
      <text locale="en_US">A table that reads like a report: every measure column carries its own number format, its own in-cell bar or colour scale, and its own total.</text>
    </resource>
    <resource id="rows-name">
      <text locale="en_US">Rows</text>
    </resource>
    <resource id="rows-tooltip">
      <text locale="en_US">Drag one or more dimensions: they become the row labels</text>
    </resource>
    <resource id="values-name">
      <text locale="en_US">Values</text>
    </resource>
    <resource id="values-tooltip">
      <text locale="en_US">Drag one or more measures: one column each</text>
    </resource>
  </resources>
</manifest>
