Closed
Description
Looking at the Known Limitations, it states:
Column containing checkboxes must have unique data. Using columns.data option set to null for the column containing checkboxes will result in unexpected behavior.
I would like to request that absent a value in columns.data()
, then fallback to the rowId
. If rowId
is not available, then use the internal row number that is provided by datatables.
Thank you!