https://github.com/rammpeter/slickgrid_extented
Javascript data table for large data content with autosized column width
https://github.com/rammpeter/slickgrid_extented
Last synced: 11 months ago
JSON representation
Javascript data table for large data content with autosized column width
- Host: GitHub
- URL: https://github.com/rammpeter/slickgrid_extented
- Owner: rammpeter
- License: mit
- Created: 2019-03-09T20:09:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-09T21:47:17.000Z (over 7 years ago)
- Last Synced: 2025-03-22T18:43:34.334Z (over 1 year ago)
- Language: HTML
- Size: 86.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Slickgrid Extented
Javascript data table for large data content with autosized column width
SlickGrid is a javascript data table created by Michael Leibman (michael.leibman@gmail.com, http://github.com/mleibman/slickgrid).
It supports large amount of data by presenting only visible part of data rows as html-DIVs.
So size of html DOM structure is independent from length of data table to show.
SlickGridExtended extends SlickGrid with following features (some of them available via right click context menu):
- Automatic sizing of column widths dependent from content width
- Automatic wraping of column content to prevent horizontal scroll bar
- Sort columns according to column type (string, float, date). Date and time sorting according to given locale sign.
- User can change table height with slider at table bottom
- Context menu (right mouse click in table) with additional actions
- Filter table result with filter conditions per row (activate filter via context menu "show search filter")
- Show numeric column content in diagram (x-axis numeric or time line)
- Export table content in CSV formatted file (import into Excel etc.)
- Show sum, count and distinct values for numeric columns
You can view demo and download sources here.
