Faris Ansari
51b112687e
feat: 🎸 Use HyperList instead of Clusterize to render rows
...
Clusterize failed to load rows if they were above 1000, this may be a
problem of datatable itself, since it has a complex DOM structure, but
hyperlist works better in it's case.
2018-10-10 14:34:56 +05:30
Faris Ansari
f790a6729a
fix: 🐛 Show all rows in restore state
...
When you refresh datatable after some rows are hidden, after refresh
they remain hidden.
2018-10-05 15:22:47 +05:30
Faris Ansari
ae6415c950
fix(cell): Disable text selection to enable drag to select in cells
2018-07-20 10:48:21 +05:30
Faris Ansari
1f387c9079
fix(theme): Include CSS variables in the final css build
...
CSS Variables should be built into the distributable css file for theme support
2018-07-19 14:28:03 +05:30
Faris Ansari
9e4d0bb9c8
chore(lint): Add lint step in travis
...
Add lint step in travis, add lint and commit script in package.json. Update Contributing information
in Readme
2018-07-07 23:49:45 +05:30
Faris Ansari
47aa83dce8
chore(release): Add semantic release and commitizen
2018-07-07 22:10:15 +05:30
Faris Ansari
978682e1df
getEditor ( #33 )
...
* chore
- Add rollup devDependency
- Add tsconfig for cypress intellisense
* getEditor: getValue can now return a Promise that resolves to the value
2018-06-05 15:58:39 +05:30
Faris Ansari
2af2cebf14
Update cypress to 3.0.1
2018-06-03 17:08:46 +05:30
Faris Ansari
e02af2077c
Add test command and travis.yml
2018-05-30 08:05:40 +05:30
Faris Ansari
737430671e
Init Cypress
2018-05-22 13:48:18 +05:30
Faris Ansari
98afce65ac
Refactor rollup config
...
Add config for
- production
- docs
Add eslint
Remove unused dependencies
2018-04-15 22:20:18 +05:30
Faris Ansari
9ab618855f
[feature] Inline Filters
2018-02-21 19:01:04 +05:30
Faris Ansari
67ea7746a2
Switch to Rollup ( #16 )
...
* Added Rollup config
* Add cjs build
* Remove webpack configs
2018-02-20 18:28:32 +05:30
Rushabh Mehta
d9d663d541
minor fixes
2018-02-02 15:16:59 +05:30