Node.js datatables editor - Filter select option depending on a certain value
Node.js datatables editor - Filter select option depending on a certain value
I'm using the node.js datatable editor library. When trying to filter the select options depending on a specific user_id ... I'm getting TypeError: this.where is not a function
I already posted the issue on SO ... https://stackoverflow.com/questions/54012451/node-js-datatables-editor-filter-select-option-depending-on-a-certain-value
How do I get to filter the option values in editor for node.js?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Any thought why this not works? How do I get to filter the option values in editor for node.js?
node.js
I'm getting this Error:
According to the docs https://editor.datatables.net/manual/nodejs/joins this is the way to do it. I have a similar project where I use the php datatable editor libraries ... there I can do the same this just fine like this:
php:
How do I get to filter the option values in editor for node.js?
Try the following please:
I think there is an issue with versioning and the docs there.
Allan
Great ... this part is working again. Thanks