Allan Jardine
e405113d46
Build latest - correct packaging errors
1 year ago
Allan Jardine
950f84e173
Update: CommonJS loader to support non-execution loading
2 years ago
Allan Jardine
44bd7c34bc
Fix: Missed jQuery dependency for a lot of plugins
2 years ago
Allan Jardine
4fff59b4ae
Working towards support for both UMD and ESM loadings for plug-ins
2 years ago
yaakovfeldman
40e3b46cd0
Ensure that data is string before escaping
2 years ago
yaakovfeldman
4d3a6850b9
Escape input even when no shortening required
2 years ago
Allan Jardine
a4479c3976
Fix - data renderer: Multi-character escaping
...
- Thanks Epo
9 years ago
Allan Jardine
f8ba1e9755
Fix - data renderer: Ellipsis renderer was prematurely cutting off words that would actually fit into the available character count
...
- Thanks @smartcore - http://www.datatables.net/blog/2016-02-26
9 years ago
Allan Jardine
1692a8e63c
Fix - renderer: Improvements for the ellipsis helper
...
- Support escaping HTML now
- HTML escapes the attibute
- Easier to read logic
9 years ago
Allan Jardine
d51fc04b42
Renderer: Ellipsis plug-in was overwriting any pre-exisiting renderers!
9 years ago
Allan Jardine
62a8a38042
Add `ellipsis` data rendering helper to the plug-ins.
...
This is a new category of plug-ins - they are functions that use the
orthogonal data options of DataTables 1.10 to provide formatting helper
functions. They do not directly interface with DataTables themselves,
but provide easy to use functions for developers to format their data in
the DataTable.
10 years ago