Detected an unknown table action!
See original GitHub issueDescribe the bug “Sort by” example throws exception when clicking on header to sort. The check
if (!actions[type]) {
is wrong because type is the “long name” of the action, while actions is keyed by “short names”.
To Reproduce Steps to reproduce the behavior:
- Start the sort by example.
- Click on a header to sort by that column.
Screenshots
Issue Analytics
- State:
- Created 4 years ago
- Comments:5
Top Results From Across the Web
MySQL table function not found · Issue #3927 - GitHub
CREATE TABLE test ENGINE = MergeTree ORDER BY id AS SELECT * FROM MySQL('localhost', ... DB::Exception: Unknown table function MySQL.
Read more >mysqldump throws: Unknown table 'COLUMN_STATISTICS' in ...
I had this problem using the latest mysql workbench (8.0.23) on OSX (11.1) with mariadb. I solved it by selecting the version of...
Read more >"Unknown column in 'field list'", but column does exist
I receive large datasets as Excel CSV files and use a (WIL) script to convert the .csv file into an importable .sql file....
Read more >DROP TABLE throws any error/warning while an attempt is ...
When I do DROP TABLE ( for a table which really does not exist in the database) in hive .It really don't throw...
Read more >Can't create a space due to 'Unknown table in ...
A space can't be created due to the error below. The atlassian-confluence.log file will display errors as such: 2018-06- ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks, that was super fast!
Fixed in the latest push to master. Update the codesandbox and it should work just fine now 😃