ka-table v5.1.0 Release Notes

Release Date: 2020-09-04 // over 3 years ago
  • to obtain element ref use ref property:

           tableBody: { // tableBody is a new property in childComponents
                elementAttributes: () => ({
                  ref: theadRef
                })
              },