npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

ng-drag-table

v0.1.18

Published

- new - 增加dragOver,dragLeave事件回调处理,当返回'cancel'时,取消默认dragover,dragLeave事件;

Downloads

31

Readme

0.1.18 :2019.5.31

  • new
    • 对已展开的树形容器(treeContainer)进行删除,会连同#treeParent中children里的container一同删除。

0.1.17 :2019.5.23

  • new
    • BaseTable中getTheadLeavesList1方法加入第二入参 needResize,该值为false时不调用BaseThead的resize方法,即获取上一次渲染后的状态。

0.1.15 :2019.5.19

  • bugFix
    • 修复当通过addReplace方法添加带有treeContainer的容器时,不能添加孩子bug
    • 去除basecell存储上一次单元格状态的功能。
    • 修改dragstartData中的withchilren不能传入dropHand中

0.1.14 :2019.3.20

  • new
    • 增加dragOver,dragLeave事件回调处理,当返回'cancel'时,取消默认dragover,dragLeave事件;

0.1.13 :2019.3.18

  • new
    • 增加 drop事件回调处理,当返回'cancel'时,取消用户拖拽操作(可进行自定义添加事件);

0.1.12 :2019.3.14

  • new
    • 增加 'dragLeave' | 'dragEnter' | 'dragEnd' |事件回调
  • change
    • 简化View层逻辑

0.1.11 :2019.3.13

  • new
    • BaseCell里增加 nullReplace 默认为'',用于替换当value为null、''、undefined的情况
    • 增加 dragOver 事件回调
  • bugFix
    • 修改BaseTbody类中setData方法,bug导致SetTbodyData后公式计算错误;

0.1.10 :2019.3.12

  • change
    • 修改数据存储导出结构

0.1.9 :2019.3.1

  • bugFix
    • 修改SetContainerData时部分属性赋值失败

0.1.8 2019.3.1

  • bugFix
    • 修改 TopLeltCell 宽高计算bug

0.1.5 2019.2.27

  • change
  • 修改indexContainer的id属性为renderId,原有Id改为对应的行列号
  • 修改TbodyContainer中renderByThead属性的更新机制
  • bugFix
    • 按住Ctrl选择单元格 不能从下往上选
    • 多拽到单元格上方样式错位bug

ng-drag-Table