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
Allan Jardine
beb0516793
Merge pull request #191 from mjhasbach/#190
...
Fix #190 : Conditional paging didn't always appear
10 years ago
Matthew Hasbach
4e80867442
Fixed a bug in which $.isPlainObject(e) would return false in some situations and true in others, causing the associated logic to sometimes be skipped. Switched to a more specific e instanceof $.Event check. Fixes DataTables/Plugins#190
10 years ago
Allan Jardine
adc6c63aa1
Build latest changes
10 years ago
Allan Jardine
0ba5145ff8
Features - pageResize: Fix case where the row height is found to be 0
...
This fixes #188
10 years ago
Allan Jardine
adb2993996
Feature - pageResize: Fix for Firefox where uses clientHeight to get the height of the inner window
10 years ago
Allan Jardine
ed243bc52b
Feature - pageResize: Add demo page for quick testing
10 years ago
Allan Jardine
5eae1e87ce
Merge pull request #187 from edouardl/master
...
New - API: Add `row().show().js` plugin
10 years ago
Edouard Labre
1c8a7bfefb
Add row().show().js plugin
10 years ago
Allan Jardine
1a092064d5
Lastest build of Bootstrap integration
10 years ago
Allan Jardine
6708f9c621
Fix tabbing through paging buttons in Bootstrap
...
1. Had tab focusing on both the `li` tag and the `a` tags. now just the
`a` tag.
2. Because the code is destroying and creating elements focus would be
lost. Use the same technique as DataTable's built in paging to retain
focus. it isn't perfect, but it is better than not having it!
10 years ago
Allan Jardine
91902cdb3b
Merge pull request #185 from Vaflan/patch-1
...
Update - i18n: Update Latvian
10 years ago
Ruslans Jermakovics
42fd2dc4a8
Update Latvian
...
New translation with the new keys for a current version
(The first author is added)
10 years ago
Allan Jardine
d8cf93b924
Fix - i18n: French translation update from "Bastien"
10 years ago
Allan Jardine
62370ad905
Fix - feature: Correct copyright date for pageResize
10 years ago
Allan Jardine
bc356081c5
Merge branch 'master' of github.com:DataTables/Plugins
10 years ago
Allan Jardine
93d1cde9c9
Fix - feature: Page resize wasn't working in IE, The blank page was
...
rendered on top of the table
10 years ago
Allan Jardine
58e78363bd
Merge pull request #183 from pstast/update-czech
...
i18n: Update Czech.lang to include all current options (based on the default English file)
10 years ago
Petr Šťastný
3ecd3b6e67
Update Czech.lang
...
Updated czech translation from the last english version
10 years ago
Allan Jardine
8fe48e5343
Fix - i18n: Russian language file had a spare colon in `emptyTable`
...
Fixes #182
10 years ago
Allan Jardine
838d8df9c6
Fix - integration: Border width on footer cells was incorrect when using `table-bordered` in Bootstrap
...
Fixes DataTables/DataTables #505
10 years ago
Allan Jardine
91f1cb79ea
Dev: Remove old index files - they are no longer used on the
...
DataTables.net site.
10 years ago
Allan Jardine
11b9c98b0d
Dev: Missing `table-condensed` selector in the table-condensed Bootstrap
...
integration
10 years ago
Allan Jardine
9c2e407535
Rewrite file size sorting and type detection plug-ins to use 1.10 style
...
and updated code
10 years ago
Allan Jardine
d9cb044f6b
Fix - integration: `table-condensed` support for Bootstrap
...
Fixes #138
10 years ago
Allan Jardine
984aa9c54b
Update API: `sum()` method will now strip non-numeric data
10 years ago
Allan Jardine
cd1c2b8917
Fix integration: Bootstrap sorting icons were shown in FixedColumns body elements
10 years ago
Allan Jardine
4f9d74d609
Fix - Integration: Bootstrap display with TableTools when on small screen devices did not have the TableTools buttons centered while all other DataTables components were
10 years ago
Allan Jardine
d1ba8bde45
Fix API plugin: `order.neutral()` didn't fully restore the order correctly
10 years ago
Allan Jardine
be28df9f75
Fix - features: Features which listen for the `init.dt` event need to check that the `dt` event namespace has been given.
...
See https://github.com/DataTables/Responsive/issues/30 for details
10 years ago
Allan Jardine
dc0e9c7658
New: Add license file to the package for clarity of license (MIT)
...
Update: Name of readme file for consistency with other DataTables extensions
10 years ago
Allan Jardine
c1bb4bf9b7
Dev: Latest build of jQuery UI CSS
10 years ago
Allan Jardine
2062f8031e
Fix #179 : Bootstrap table footer section column widths redistributed
10 years ago
Allan Jardine
2039940b7e
Fix - integration: Bootstrap 3 input search box width
10 years ago
Allan Jardine
bcd71f9d26
Dev: Add header to Nepali file
10 years ago
Allan Jardine
dcd6f914f4
New i18n: Add Nepali translation from Bishwo Adhikari
10 years ago
Allan Jardine
a75fb2eade
Merge pull request #172 from mjhasbach/master
...
New - feature: Conditional Pagination Plugin
10 years ago
Matthew Hasbach
cbad0bd293
Fixed a bug in which the paging controls would fade out after table initialization if the "fade" style was chosen
10 years ago
Matthew Hasbach
6dd3a6c999
Changed occurrences of the term "pagination" to "paging". Renamed plugin to dataTables.conditionalPaging.
10 years ago
Matthew Hasbach
5ba0987f52
Use fadeTo instead of fadeIn / fadeOut and CSS visibility instead of show / hide in order to preserve page layout
10 years ago
Matthew Hasbach
6ada1d0def
Changed plugin usage (enabled properties are no longer required)
10 years ago
Matthew Hasbach
4bd060d900
Added conditional pagination plugin
10 years ago
Allan Jardine
fdbee7fdf6
Update - sorting: Add HTML stripping support to the moment plugin
10 years ago
Allan Jardine
22fd8b0967
Feature - search highlighting: Improved split of words
10 years ago
Allan Jardine
b97abea688
New - API: `order.neutral()` method to use the data load order as the
...
display order
This is an update for the old `fnSortNeutral` method for the new API
10 years ago
Allan Jardine
075ec52008
Fix - API: `sum()` method should have a default value
10 years ago
Allan Jardine
10bd484af4
New feature: PageResize feature that will automatically change the page length of a DataTable to fit a container.
10 years ago
Allan Jardine
efa0618cbb
Dev: Update foundation min file
10 years ago
Allan Jardine
e1522933c1
Merge pull request #169 from levonyan/master
...
New i18n: Armenian
10 years ago
levonyan
135f201634
Added translation in Armenian.
10 years ago