5.0.14 • Published 25 days ago

antd-table-ext v5.0.14

Weekly downloads
-
License
MIT
Repository
github
Last release
25 days ago

antd-table-ext

Examples - https://ptrushin.github.io/antd-table-ext/

usage

  • change source for import Table from 'antd' to 'antd-table-ext'
  • ... profit!
  • try to resize column
  • try to move column
  • try to visible/hide column (with context menu on right click)
  • try to fix column (with context menu on right click)
  • try to multiple sort with shift button
  • column current width, index, visible, fix store in local storage between browser sessions - try to close and open page
  • column filter and sort can store in address bar (by settings)
  • export to excel (with context menu on right click)

examples

localization

  • locale gets from locale prop or global.locale
  • diration gets from direction prop or global.direction

additional table properties

PropertyDescriptionDefault
fullscreentrue / {deltaY: ?}false
stateStorabletrue / {prefix, storeDefault, localStorage = true, location = true }true
defaults{movable: true,resizable: true,hideable: true,fixable: true,sortable: false,filterable: false,ellipsis: true}
history{location, push} (react-router-dom)
localejson like example locale
addLastColumnadd last column to expand table to 100%true
onColumnMoved
onColumnResized
onColumnHid
onColumnFixed
onColumnSorted
onColumnFiltered
onColumnChanged
onResetColumnSettings

additional column properties

PropertyDescriptionDefault
widthdefaultWidth
currentWidth
resizabletrue
defaultHiddenfalse
currentHidden
hideabletrue
currentIndex
movabletrue
fixeddefaultFixed
currentFixed
fixabletrue
defaultSortOrder
sortOrder
sorter/sortabletrue
currentSortIndex
description
filterSerialize
filterDeserialize
renderToExcelfalse/function like rendertrue
5.0.11

25 days ago

5.0.12

25 days ago

5.0.13

25 days ago

5.0.14

25 days ago

5.0.6

4 months ago

5.0.4

5 months ago

5.0.3

5 months ago

5.0.1

5 months ago

5.0.0

5 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.5

5 months ago

1.0.3

6 months ago

0.1.9

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago