Skip to content

Commit

Permalink
Boostrap bc break template fix
Browse files Browse the repository at this point in the history
  • Loading branch information
paveljanda committed Apr 24, 2020
1 parent 8c84847 commit 76df739
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ Supported features: filtering, sorting, pagination, tree view, table view, trans

## GitHub Issues & Sponsoring

Sometimes, when there is a new issue opened (either with a new feature request or a bug report), we may assign a label with a dollar sign (**$**) and an amount of dollars to the issue. This is an opportunity for you to support datagrid vendor creators and resolve particular issue.
1) At the moment, we have limited time to maintain contributte datagrid for free. But you can create some maintenance time by sponsoring us. Ask us in email for available tarifs (email visible on https://github.com/paveljanda). At the moment, we hame 1 little sponsor that gives us 1 hour of maintenance per month.
2) Sometimes, when there is a new issue opened (either with a new feature request or a bug report), we may assign a label with a dollar sign (**$**) and an amount of dollars to the issue. This is an opportunity for you to support datagrid vendor creators and resolve particular issue.

Thank you for your support. ❤

Expand Down
2 changes: 1 addition & 1 deletion src/templates/datagrid.latte
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
{if $control->hasCollapsibleOuterFilters() && !$filter_active}
{var $filter_row_class = 'row-filters collapse'}
{elseif $filter_active}
{var $filter_row_class = 'row-filters collapse in'}
{var $filter_row_class = 'row-filters collapse in show'}
{else}
{var $filter_row_class = 'row-filters'}
{/if}
Expand Down

0 comments on commit 76df739

Please sign in to comment.