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
{{ message }}
This repository has been archived by the owner on Apr 2, 2019. It is now read-only.
When the Backgrid first loads, I can click on a table cell to edit it. This works as expected.
However if I filter the Backgrid to narrow my results, the first time I click on a table cell to edit it, the edit cell briefly appears, then disappears. The second time I click on it, and every time thereafter, it works as expected. (This is on Chrome OSX -- I have not tested other browsers.)
You can see this behaviour on example #2 of the main Backgrid page.
Thanks again for this great tool!
The text was updated successfully, but these errors were encountered:
Confirmed. This might have something to do with how the cell is handling the blur event now. If you first filter, and then click somewhere else to lose focus on the filter, and then click on the cell to trigger edit mode, the problem went away.
Everything should work as expected. There are some changes to Paginator#controls (changed format from fastForwardHandlerLabels), All the filter types will now accept the pageable collection directly without giving it collection.fullCollection. The client filters won't listen to change events from the search box anymore and the keyup event is changed to keydown.
Let me know if it doesn't work for any reason. I'll finish up the tests in a little bit.
I am using Backgrid with the filtering extension.
When the Backgrid first loads, I can click on a table cell to edit it. This works as expected.
However if I filter the Backgrid to narrow my results, the first time I click on a table cell to edit it, the edit cell briefly appears, then disappears. The second time I click on it, and every time thereafter, it works as expected. (This is on Chrome OSX -- I have not tested other browsers.)
You can see this behaviour on example #2 of the main Backgrid page.
Thanks again for this great tool!
The text was updated successfully, but these errors were encountered: