-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
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
new dom attributes in a row #627
Comments
You can add style to row by using dataView.getItemMetadata . please see this StackOverflow issue. If you want not only style but also some dom attribute , I think you can use jquery by adding attribute to row. |
Hello, I do a pull request that solve this case. :) |
Fine, |
loop should read:
good work though. |
Thanks, I changed the loop to use the solution proposed by @emmanuel78 and @6pac |
…eibman#627) * added the possibility to store `userData` while saving grid state * minor code readability enhancement * resolved an issue with the `save` function being executed from `notify`ed events - in this case, userData is actually the triggering `jQuery.Event` * improved userData storage in slick-grid state * improved userData storage in slick-grid state Co-authored-by: arash dalir <[email protected]>
Hello,
i would like to have the possibility to add a new attribute to the dom of a div corresponding to a row not a single cell. For example i would like to add an html5 attribute draggable="true". It wouldn't change the way slickgrid works but it would make it more flexible. What do you think about this ?
The text was updated successfully, but these errors were encountered: