Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Added checkbox and logic for supporting grabbing the first IP address from the X-Forwarded-For header value, when present. This will allow users behind load balancers and CDNs like CloudFront to properly grab the client's IP address from the header, instead of relying on Drupal's detect IP address method "ip_address()" which has proven unpredictable and poorly documented.
* Fixed incorrect label
* Added case ignore option to filtering
* Moved FooTable config from DOM to JS
* Fixed fatal JS error if FooTable library is not installed
* Added support for expandAll
* Issue #2776641 by kyoder: cannot use function return value in write context
* Fixed incorrect string
* Removed development function
* Added paging configuration
* Issue #2272689 by zanix: FooTable Icon Selection
* Issue #2476217 by Scott Robertson, ckng, dasginganinja, BBC, sumit@skytesters