1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

SlickGridメモ

1
Posted at

SlickGridを使い始めたのでメモ。
https://github.com/mleibman/SlickGrid

はじめに

本家の更新はしばらく期待できない。(Github-Wiki参照)

活動的なのはGer Hobbelt / Visyond Inc.のFork。
https://github.com/GerHobbelt/SlickGrid

jQueryのバージョン

ソース上は1.7だけど、1.9/2.0互換。(作者談)
https://github.com/mleibman/SlickGrid/issues/518

ただし、jquery.event.drag-2.2.jsがjQuery 1.7で、更新止まってる?

本家で実装されていない機能(一部)

Fork版では実現されていたりする。

  • 列固定(frozen column)
  • 複数行ヘッダー(header group)
  • 行サイズ自動調整
1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?