komarovalexander / ka-table

Lightweight MIT React Table component with Sorting, Filtering, Grouping, Virtualization, Editing and many more
http://ka-table.com
MIT License
788 stars 58 forks source link

support placeholder #377

Closed daolou closed 9 months ago

daolou commented 9 months ago

if cell value is nullish, maybe show placeholder

komarovalexander commented 9 months ago

Hi @daolou you can do it with cellText option https://komarovalexander.github.io/ka-table/#/custom-cell

komarovalexander commented 9 months ago

or you can set custom editor, or custom options of current editor https://komarovalexander.github.io/ka-table/#/custom-editor