Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
modified explorer data grid to follow discover look and feel (#1041)
* initial data grid column change with hardcoded vals Signed-off-by: Paul Sebastian <[email protected]> * basic render cell data added Signed-off-by: Paul Sebastian <[email protected]> * added memoization for all components and redid cell rendering Signed-off-by: Paul Sebastian <[email protected]> * allow for any kind of field to be shown Signed-off-by: Paul Sebastian <[email protected]> * basic pagination only with queried data Signed-off-by: Paul Sebastian <[email protected]> * sorting and pagination effect onto query support Signed-off-by: Paul Sebastian <[email protected]> * fully functional flyout Signed-off-by: Paul Sebastian <[email protected]> * removed unneeded code and fixed typing errors Signed-off-by: Paul Sebastian <[email protected]> * fixed field sorting/paginating issue with sidebar integration and expfield storing Signed-off-by: Paul Sebastian <[email protected]> * code cleanup Signed-off-by: Paul Sebastian <[email protected]> * fixed a lot of tests Signed-off-by: Paul Sebastian <[email protected]> * reduce sidebar code redundancy Signed-off-by: Paul Sebastian <[email protected]> * remove commented code Signed-off-by: Paul Sebastian <[email protected]> * test constant Signed-off-by: Paul Sebastian <[email protected]> * flyout testing code Signed-off-by: Paul Sebastian <[email protected]> * fixed small sidebar init issue Signed-off-by: Paul Sebastian <[email protected]> * changed default page size from 25 to 100 Signed-off-by: Paul Sebastian <[email protected]> * updated snapshot Signed-off-by: Paul Sebastian <[email protected]> * small changes + source column prettied + snapshot Signed-off-by: Paul Sebastian <[email protected]> * small todos and code coverage change Signed-off-by: Paul Sebastian <[email protected]> * moved redo query to util function Signed-off-by: Paul Sebastian <[email protected]> * redoQuery testing Signed-off-by: Paul Sebastian <[email protected]> * redoQuery testing Signed-off-by: Paul Sebastian <[email protected]> * redoQuery testing Signed-off-by: Paul Sebastian <[email protected]> * modified redo func in utils test Signed-off-by: Paul Sebastian <[email protected]> * small pr changes Signed-off-by: Paul Sebastian <[email protected]> --------- Signed-off-by: Paul Sebastian <[email protected]>
- Loading branch information