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
is it possible to also include the "Row" that has been specified as header ( header:{rows:1} ) in the result ?
Sample use case:
I set header:{rows:2} , and i need to retrieve if all the column headers are correct for assertion (eq those in row 2). currently once it's specified as header, the data will be removed from the result hence i cannot do the assertion. the reason i need to specify header is mainly for {{columnHeader}} in columnToKey
thanks
The text was updated successfully, but these errors were encountered:
Hi folks, thanks for this awesome lib.
is it possible to also include the "Row" that has been specified as header (
header:{rows:1}
) in the result ?Sample use case:
I set
header:{rows:2}
, and i need to retrieve if all the column headers are correct for assertion (eq those in row 2). currently once it's specified as header, the data will be removed from the result hence i cannot do the assertion. the reason i need to specify header is mainly for{{columnHeader}}
incolumnToKey
thanks
The text was updated successfully, but these errors were encountered: