How to add Search Builder to table?

How to add Search Builder to table?

cchintall83cchintall83 Posts: 36Questions: 11Answers: 0

Link to test case: https://codepen.io/jchintall2019/pen/PoRpMZb
Debugger code (debug.datatables.net):
Error messages shown: {"fieldErrors":[],"error":"Table part of the field \"bankName\" was not found. In Editor instances that use a join, all fields must have the database table set explicitly.","data":[],"ipOpts":[],"cancelled":[]}
Description of problem:
Hello,

I have been attempting to build a HTML with select option for the field "vendor". The database deals with banking transactions for home networks needing to have budget planning and tracking actual banking at home. This table will not be used as a published website. In order to avoid duplication with incorrect spelling of vendors I have created a table of vendors. However, trouble exists. I would appreciate reviewing of the attached html, php and js files. and let me know the resolution(s).
Thanks
John

Sign In or Register to comment.