Filters, Headers Text Changed, Hidden, and Type Applyed
From the previous example a few things have changed:
- The column text for the first and last name was changed to add a space
- The ability to filter results by header was added (columns with column type changed does not allow filtering, eg: birthdate, gender)
- The ID column was hidden and we have a custom where condition specified
- The done column is set to a percent type
- The column type for birthdate was changed to format the date cleaner.
- The gender column type was changed to a more readable value using array mapping 'f' => 'Female'