'Where are the built in editors stored?

I just want to copy the checkbox editor and make a custom editor that has a gray checkmark to differentiate in my table which checkboxes are editable (default green) and which aren't (in gray).

I figured I could just copy the existing editor and change the color but I don't know where it is.



Solution 1:[1]

Tabulator 4.9 :

tabulator-master/dist/js/tabulator.js:17201

Solution 2:[2]

All the editors can be found in the /src/js/modules/Edit/defaults/editors folder.

If you are looking specifically for an example of a checkbox editor, then the source for that particular editor can be found Here

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Michael O'Keefe
Solution 2 Oli Folkerd