Skip to content

Commit

Permalink
Fix #1040: Fix for popover open for editable column on page load
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-v committed Mar 8, 2023
1 parent b1bff5d commit c407f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ and API [code documentation](https://docs.krajee.com/kartik-grid-gridview) on us
```
<script>
$(document).on("ready", function() {
$(".popover-x").hide(); // or use the right CSS selector as per your need
$('.popover-x:visible').popoverX('hide'); // or use the right CSS selector as per your need
});
</script>
```
Expand Down

0 comments on commit c407f8e

Please sign in to comment.