-
Notifications
You must be signed in to change notification settings - Fork 10
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
Smart row invalidation when performing inline edit #11
base: master
Are you sure you want to change the base?
Smart row invalidation when performing inline edit #11
Conversation
I just noticed that for some reason edited line is not highlighted with .success class. I will look at it. |
Damn, containing tr is not part of snippet. Therefore no changes to tr is possible. And HTML does not allow any other element to wrap each row or wrap entire body (in case tbody would be used as snippet wrapper for each row). Any idea how to manage to make this working? |
Fixed in second commit - using JS to mark edited row |
Noticed some more errors. I will look at it. |
Probably fixed by hack. Not sure if correct solution. See http://forum.nette.org/cs/23049-invalidace-celeho-bloku-dynamickych-snipettu-bez-moznosti-pridat-obalovy-snippet |
Could you please squash it into one commit for better clarity of all changes? Thanks. |
a437549
to
2ed5dd4
Compare
Squashed |
Can I ask you for update your changes to use the same coding standards as the rest of the library? It really helps the readability... Thank you. |
d263406
to
fec6a04
Compare
376c45f
to
56c9be8
Compare
I like this idea very much, but there are some coding non-standards in your code. Maybe I'll use this idea but implement it in another way with mentioning this PR. |
The only thing that this brings is to transfer less data through AJAX, am I right? Database queries would be triggered at the same amount... |
6b17985
to
97f4193
Compare
d8d8a13
to
98c2a55
Compare
c4333ec
to
003cc91
Compare
Only affected rows are redrawed