Lançamentos do ZingGrid

Released: Apr 9, 2024

Atualizações na 1.7.1

Correções

  • Fixed type definition file.

Released: Mar 20, 2024

Atualizações na 1.7.0

Recursos

  • Advanced Filtering:
    • Updated the filter feature to now support different filter conditions, such as "contains", "notContains", "equal", "beginsWith", and "endsWith".
    • The filter menu now has many capabilities that are customizable. You can change the number of filter conditions to apply to the column or add your own custom condition. If you don't want to filter by conditions, you can even update it to selectbox options.
    • The filter menu now supports styling through CSS variables.
    • The...

Released: Jan 24, 2024

Atualizações na 1.6.3

Correções

  • Fixed horizontal scroll on filtering with custom image renderers.

Released: Jan 4, 2024

Atualizações na 1.6.2

Correções

  • Don't open column menu if there are no columns.
  • Enhanced LICENSE check conditions.
  • Fixed error with [custom-disabled] when set to a custom method on a <zg-button>.
  • Fixed server side sort error.

Released: Dec 18, 2023

Atualizações na 1.6.1

Recursos

  • More button features for both <zg-button> and button column.
    • Customizable borders forceBorder.
      • Added [force-border] attribute to <zg-button>. As a boolean, it forces a border on built in buttons. Set attribute to disabled to remove border from custom buttons.
      • Added [button-border] to <zg-column> which will be read in columns with type="button" | "remover" | "editor" | "duplicate".
    • Add a handler handler.
      • Added [handler] to <zg-button> to add a handler event to a...

Released: Sep 6, 2023

Atualizações na 1.6.0

Recursos

  • Added batch editing as a built-in feature. Enable it by including the '[batch-edit]' attribute to start editing, inserting, and removing rows as a single action.
  • The custom filter object now allows you to customize part of, or all of the filter.
  • Added a <zg-cell-overflow> element to put in cell content that sits on top of grid.
  • Added CSS variables for batch edit styles.
  • Added tooltips for batch editing buttons.
  • Added Spanish values for batch editing.
  • Updated 'groupRowAggregate'...

Released: Apr 12, 2023

Atualizações na 1.5.3

Correções

  • Fixed card to row layout bug.

Released: Apr 4, 2023

Atualizações na 1.5.2

Recursos

  • Added new API methods: deselectRows, deselectRow and selectRow.

Correções

  • Fixed bug with row selection not resetting after refresh.

Released: Mar 27, 2023

Atualizações na 1.5.1

Recursos

Aggregate Column

  • ZingGrid now has the ability to include aggregate columns.
  • Fully customize the aggregate column by setting 'typeAggregateValue' to a custom renderer.
  • Combine aggregate columns with aggregate rows to display a grand total.

Other minor features:

  • Added [typeUrlTarget] which takes the options from HTML target attributes.
  • Added smarter detection of formatting for aggregate cells.
  • Added 'data:afterfetch' event which is called after data is received from the server, but before...

Released: Jan 9, 2023

Atualizações na 1.5.0

Recursos

Row Grouping

  • ZingGrid now includes the ability to group rows by specifying field indices.
  • An alternative to enabling row grouping is to use the [type="row-group"] column and set the [index] attribute to the field indices.
  • If your grid dynamically updates which indices are included in row grouping, create a row-group column. Then add or remove the [group] attribute from any <zg-column>.
  • ZingGrid API methods also support getting or setting the group-by attribute with the getGroupBy...