question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Table rendering and ANRs

See original GitHub issue
  • Markwon version: {4.0.2}

I had plans since a year integrating this lib in FastHub, matter of fact I have actually forked it back in 2017 https://github.com/k0shk0sh/FastHub/blob/ee2c95dec4873633abdfc26eb0895929915edd90/app/src/main/java/com/fastaccess/github/platform/markwon/mention/MentionExtension.kt#L12 trying to integrate @, #, :emoji: because I notice that’s the only thing missing and its still, but with the possibility of adding own plugin, that became possible and finally decided its time to switch to this lib, you done amazing work and can’t even think of how troublesome it is to implement this lib 😄. Enough complements :p, I got an issue when using TablePlugin in a large issue description where it contains multiple tables specifically this: https://github.com/k0shk0sh/FastHub/issues/823 . is there a better way of loading the tables in a better way to avoid ANRs?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:18 (9 by maintainers)

github_iconTop GitHub Comments

3reactions
notiescommented, Aug 7, 2019

A small update: there is no need to use snapshot version as I had released the 4.1.0 version

1reaction
notiescommented, Jul 27, 2019

You are welcome! 🙌

Read more comments on GitHub >

github_iconTop Results From Across the Web

Table - Ant Design
A table displays rows of data. ... Table cell supports colSpan and rowSpan that set in render return object. When each of them...
Read more >
Slow rendering - Android Developers
If your app suffers from slow UI rendering, then the system is forced to skip frames and the user will perceive stuttering in...
Read more >
Monitor your app's technical quality with Android vitals
These are the most important technical metrics and affect the discoverability of your app on Google Play. The core vitals include: User-perceived ANR...
Read more >
how to render multiple antd tables? - reactjs - Stack Overflow
I need to render multiple tables instead of one table with many columns. ... The code crashes for some reason while trying to...
Read more >
How to Make an Ant Design (AntD) Table in React JS
used to denote the table title renderer. Column Props. Props, Explanation. align, used to specify which way that column is aligned.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found