I came across a helpful codepen demo demonstrating how to create a responsive data table with search filter and pagination. However, this demo is only integrated with Bootstrap. After searching the MDL
discussion forum, I couldn't find any existing implementation of a MDL theme
for this type of data table.
It seems like I will have to write the integration myself since there doesn't appear to be one available. Any guidance on how to integrate the dynamic html elements
generated by jquery datatables
would be greatly appreciated. One simple step would be to change the Search
box theme from Bootstrap
to MDL
theme. Instructions on how to take that initial step would be very helpful. Once accomplished, I can then apply the same process to pagination and drop-down elements as well.