olifolkerd / tabulator

Interactive Tables and Data Grids for JavaScript
http://tabulator.info
MIT License
6.75k stars 818 forks source link

Editor selector does not work #4623

Open KES777 opened 4 days ago

KES777 commented 4 days ago

Describe the bug editor:"select" does not work image

Tabulator Info 6.3

Working Example https://tabulator.info/

To Reproduce

  1. Onpe page
  2. Try to edit gender

Expected behavior Editor should work

Desktop (please complete the following information):

KES777 commented 3 days ago

On this page editor works well: https://tabulator.info/docs/6.3/edit#editor-adapt I suppose now we should use 'list' instead of 'select'.

But now I see another issue. In the source I see dateEditor, but the date column editor in the example does not work.

KES777 commented 3 days ago

I found this page: https://tabulator.info/examples/6.3?#editable Here both date and select editor works well. I suppose the documentation has some typos in the example.

TODO: Fix the example on the main and docs pages.