Skip to content

Commit 10d61ba

Browse files
committed
Grid Editing: Add ui-widget-content class back to custom templates
1 parent e5160a2 commit 10d61ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

grid-editing/grid.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,10 +210,10 @@ <h2>local data source</h2>
210210
{{/if}}
211211
</script>
212212
<script id="cell-edit-tmpl" type="text/x-jquery-tmpl">
213-
<td><button class='edit'>Edit</button></td>
213+
<td class="ui-widget-content"><button class='edit'>Edit</button></td>
214214
</script>
215215
<script id="cell-remove-tmpl" type="text/x-jquery-tmpl">
216-
<td><button class='remove'>Remove</button></td>
216+
<td class="ui-widget-content"><button class='remove'>Remove</button></td>
217217
</script>
218218

219219
</body>

0 commit comments

Comments
 (0)