December 2017
Beginner to intermediate
470 pages
12h 29m
English
The interactivity we saw previously with the dynamic data table works within the web browser itself using JavaScript, and it does not need to go through the server function to provide the interactivity, only to pass the table itself. However, many interesting interactivity features need to go through the server so that we can provide custom responses for them. In this section, we show how to add various types of inputs to our application.