fix bug: table show as empty if pagination is disabled, at the same time, data is retrieved asynchronously.
fix njleonzhang#184
fix njleonzhang#183
- remove the default action bar and encourage use customize action bar.
- improve render performance with function cache.
- sync modifier for currentPage and pageSize
-
upgrade to webpack 4 and vue-loader 15
breaking changes:
DataTables
no more exported by default// Since 3.3.3 import { DataTables } from 'vue-data-tables' // Before 3.3.3 import DataTables from 'vue-data-tables'
- fix #161 current page doesn't not change after data is filtered.
- support element-ui 2.3.3
fix #154 current-change
event is duplicated on el-table
and el-pagination
breaking changes:
current-change
ofel-pagination
is renamed tocurrent-page-change
fix bug: dataTableServer not emit query-change event when init
fix #127 default sort cause duplicate data load
lodash treeshaking
- rewrite the template with jsx
- support action column customization refer to the doc
- support customize sort function
- support filter type for vue-data-tables-server
support element-ui 2.x
support vue 2.5
- support server-side data source (Load massive data) #89 #63
- append slot #86
- support change seach box icon
- #82 null in data cause filter error
- #78 0 in data cause filter error
- Show all data without paging
- #72 export more parameter to handler function
- #79 Update debounce timeout
- proxy el-pagination event
- fix bug: sort feature not work
proxy all el-table event
- Api redesign
- breaking changes to 1.x
- read 2.x document for details
- add prop action-col-fixed @bboywulong @ecerroni
- add support for customizing action button style. @bboywulong @sxhjlzl
- support all el-table prop by tableProps @Grawl @ac88
fix #18 vue render cause table refresh wrong.
make border and stripe configurable.
- add vue-router as dependency #11
- fix column click on the error #14
- add License #12
- add csv export example #13
Enhancement #9 add property for setting placeholder of search box @ecerroni.
fix #8
fix #6
- add new property action-col-label for indicating action column name
- add en doc
- Fix filter bar issue. #5
- Update readme