DataTables warning: table id=example - Unknown field: (index 0)
DataTables warning: table id=example - Unknown field: (index 0)
![MyNickname](https://secure.gravatar.com/avatar/e1fcc7c4a80bbca2100b03d0beb7ed5a/?default=https%3A%2F%2Fvanillicon.com%2Fe1fcc7c4a80bbca2100b03d0beb7ed5a_200.png&rating=g&size=120)
- downloaded the latest editor version 1.7.4 (trial version)
- update config files
- clicked on examples/inline-editing/serverSide.html
- entries are shown [OK]
- input in search field: e.g., any single character
- got error DataTables warning: table id=example - Unknown field: (index 0) [NOK]
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
That's embarrassing - thanks for letting me know about that. Add
searchable: false
to the first column configuration and it will start working!Allan