DataTables - Add new record from a Master List
DataTables - Add new record from a Master List
NTT Dev
Posts: 1Questions: 0Answers: 0
Hello,
I am looking to see if the following feature is available in Data Tables. I would like to be able to when adding a new item, have the user select from a predefined list of standards or a master list of items. Once selected either a single item or multiple items from the master list, those items would be added to the table.
Look forward to any suggestions or feature that might make this possible.
Replies
I'm not clear on how you want this to work and what your solution is.
Are you using Editor?
Are these select inputs one of the fields in the table or are they outside the table?
Does this Editor example do what you want? Maybe one of these Editor Embeded Datatable examples will do what you want.
Are you updating the client side table only? Without Editor you can use
row.add()
.Or are you wanting to update the backend data source?
Please provide more details. You should be able to do what you want. Datatables/Editor might not have built in features for what you are trying to accomplish but some custom coding should allow you to do what you want.
Kevin