Borvik / ts-datatable

1 stars 6 forks source link

Register custom editors for built-in types #17

Open Borvik opened 4 years ago

Borvik commented 4 years ago

Follow-up to #16.

This would allow some sort of registering of editors to replace built-in types.

Perhaps even registering a "new" type, so the editor itself doesn't have to be passed to every column with a custom type (would probably still need custom but allow specifying a tag to the registered editor).