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.
Currently there are the
tdClassandtdAttrproperties for the table fields. It would be really nice to have something similar for the table items. Such as_trClassor_trAttrper 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/tdAttrcallback functions.