We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
selected
DataTable currently has let:cell and let:row, and a couple of undocumented slot props let:rowIndex and let:cellIndex.
let:cell
let:row
let:rowIndex
let:cellIndex
I propose adding a new let:selected or let:selectedRow slot prop to the cell slot that can help determine if the current row is selected.
let:selected
let:selectedRow
cell
As per #1621 name conventions.
We should also show slot prop information on our docs, to be handled in #1671.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
DataTable currently has
let:cell
andlet:row
, and a couple of undocumented slot propslet:rowIndex
andlet:cellIndex
.I propose adding a new
let:selected
orlet:selectedRow
slot prop to thecell
slot that can help determine if the current row is selected.As per #1621 name conventions.
We should also show slot prop information on our docs, to be handled in #1671.
The text was updated successfully, but these errors were encountered: