mirror of
https://github.com/apache/superset.git
synced 2026-04-13 21:24:28 +00:00
* [table viz] allow showing time granularity in table (#2284) The time granularity currently does not show up in table viz. Now defining a granularity will add an extra ISO-formatted time column in the table. The column will be added for both grouped by and not grouped by. * Changes based on comments