Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(explore): Allow using time formatter on temporal columns in data table #18569

Merged
merged 11 commits into from
Feb 9, 2022
Prev Previous commit
Next Next commit
Fix test
  • Loading branch information
kgabryje committed Feb 7, 2022
commit 150392503b95faa76d049e4d664d01c974669c6c
Original file line number Diff line number Diff line change
@@ -131,6 +131,13 @@ test('Should copy data table content correctly', async () => {
/>,
{
useRedux: true,
initialState: {
explore: {
timeFormattedColumns: {
'34__table': ['__timestamp'],
},
},
},
},
);
userEvent.click(await screen.findByText('Data'));