Readd query plan (#2409)

* fix grid links

* formatting

* remove commented code

* adding query plan

* asd

* add query plan

* fix title
This commit is contained in:
Anthony Dresser
2018-09-05 12:11:33 -07:00
committed by GitHub
parent ce0c955c29
commit 1356f0bcf6
7 changed files with 122 additions and 3 deletions

View File

@@ -106,4 +106,4 @@ export const textFormatter: Slick.Formatter<any> = (row, cell, value, columnDef,
return cellContainer.outerHTML;
};
*/
*/