ngx-datatable
  • Introduction
    • Features
    • Architecture
    • Installing
    • Themeing
    • Getting Started
    • Change Detection
  • API
    • Table
      • Inputs
      • Outputs
      • Methods
      • Internals
    • Column
      • Inputs
      • Modes
      • Internals
    • Row Detail
      • Inputs
      • Outputs
    • Row
      • Custom row wrapper
  • Demos
    • Online
    • Source Code
  • Contributing
    • Building
    • Guidelines
    • Community
    • Credits
  • Changelog
Powered by GitBook
On this page
  1. API
  2. Row Detail

Outputs

All outputs are Angular EventEmitterers.

toggle

Row detail row was toggled.

{
  type: 'all' || 'row'
  value: boolean || row object
}
PreviousInputsNextRow

Last updated 5 years ago