You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there are the tdClass and tdAttr properties for the table fields. It would be really nice to have something similar for the table items. Such as _trClass or _trAttr per item which would be injected in each row in the table.
My use case requires injecting a row-unique value into each row's DOM element to interface with another 3rd party library. This row-unique value is not displayed in the table so I can't acheive this in a roundabout way using the existing tdClass / tdAttr callback functions.