mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-27 20:49:53 +08:00
update demo title
This commit is contained in:
parent
568a23930c
commit
cfaf31b47c
@ -268,7 +268,7 @@ var AntTable = React.createClass({
|
||||
return columns.map((column, i) => {
|
||||
column = objectAssign({}, column);
|
||||
let key = this.getColumnKey(column, i);
|
||||
let filterDropdown, menus, sortButton;
|
||||
let filterDropdown, sortButton;
|
||||
if (column.filters && column.filters.length > 0) {
|
||||
let colFilters = this.state.filters[key] || [];
|
||||
filterDropdown =
|
||||
|
@ -1,4 +1,4 @@
|
||||
# 基本
|
||||
# 可选择
|
||||
|
||||
- order: 1
|
||||
|
||||
|
4
index.js
4
index.js
@ -4,8 +4,8 @@ require('./style/index.less');
|
||||
// https://github.com/WickyNilliams/enquire.js/issues/82
|
||||
window.matchMedia = window.matchMedia || function() {
|
||||
return {
|
||||
matches : false,
|
||||
addListener : function() {},
|
||||
matches: false,
|
||||
addListener: function() {},
|
||||
removeListener: function() {}
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user