by clintmcmahon | Feb 17, 2021 | JavaScript, Code
In addition default search box in DataTables sometimes it’s nice to have the ability to filter by a specific DataTable column. This example shows how to use a custom drop-down menu to filter a DataTable by column value. I’m going to create a drop-down menu...
by clintmcmahon | Feb 5, 2021 | Code, JavaScript, React
Configuring multiple environment files for a React app is handy if you have different variables for each environment (local, dev, test and production) – API endpoints is a good example. Like the name suggests, a .env file allows you to create environment...