Releases: institut-de-genomique/Ultimate-DataTable
Releases · institut-de-genomique/Ultimate-DataTable
v3.3.1
v3.3.0
Improvements:
- Create a logo for UDT.
- Add edition in line mode : http://ultimate-datatable.readthedocs.io/en/latest/configuration/#edit
- Add input of type textarea in edition mode : http://ultimate-datatable.readthedocs.io/en/latest/columns-configuration/#type
- Add mouse events (over, leave, click) management on each line. http://ultimate-datatable.readthedocs.io/en/latest/configuration/#mouseevents
- Add HttpConfig when save : http://ultimate-datatable.readthedocs.io/en/latest/configuration/#save
- Add hide column by default on UDT load : http://ultimate-datatable.readthedocs.io/en/latest/configuration/#hide
- Performance, CSVExport, ...
Thanks to Julien Enselme, Yann Deshayes and Sumitta Samair for these contributions.
ultimate-datatable-3.2.1
Improvements:
- Save local function now use the value function if you have one in your configuration http://ultimate-datatable.readthedocs.org/en/latest/configuration/#save())
- Edit mode now hide the column filter inputs to avoid confusion
Bugfixes:
- Date type in column, bad date format syntax in french
- Group function crashed when we display only the grouped line
ultimate-datatable-3.2.0
New features:
- Filter now search as users write
- Column filters (http://ultimate-datatable.readthedocs.org/en/latest/configuration/#filter)
- The button of the global filter can now be removed (http://ultimate-datatable.readthedocs.org/en/latest/configuration/#filter)
- Merge option allow you to merge rows if they have the same value (http://ultimate-datatable.readthedocs.org/en/latest/configuration/#merge-cells)
Improvements:
- Asynchronous render function
- Allow only one render at a time
Bugfixes:
- Translation is now english by default if the current language is not implemented
- Refactoring name errors on directives
- Include the momentjs library in the documentation
- Highlight don't crash anymore when the value of the model is null
ultimate-datatable-3.1.0
New features: - Filter on local data (http://ultimate-datatable.readthedocs.org/en/latest/configuration/#filter)
- Highlighting word as the user write on the local filter
Documentation improvement on search function http://ultimate-datatable.readthedocs.org/en/latest/configuration/#search
ultimate-datatable-3.0.1
This version resolve a little bug with the trClass change when the user save.
ultimate-datatable-3.0.0
Update README.md